Inspired by Garrett Grolemund's excellent 'Movie Explorer' which utilized the Open Movie Db
My implementation uses Hadley Wickham's IMDB dataset included in the ggplot2 package.
library(ggplot2)
dim(movies)
## [1] 58788 24
Unlike the original, my IMDB Movie Explorer is designed for exploratory correlational and time-course analyses of the IMDB movie data.
---
## IMDB Movie Explorer
Inspired by [Garrett Grolemund's](https://github.com/garrettgman) excellent ['Movie Explorer'](http://shiny.rstudio.com/gallery/movie-explorer.html) which utilized the [Open Movie Db](http://www.omdbapi.com/)

My implementation uses Hadley Wickham's [IMDB dataset](http://docs.ggplot2.org/0.9.3.1/movies.html) included in the `ggplot2` package.
```{r}
library(ggplot2)
dim(movies)
```
Unlike the original, my IMDB Movie Explorer is designed for exploratory **correlational** and **time-course** analyses of the IMDB movie data.
--- .class #id
## Plot: Long, Drawn-Out Dramas...

--- .class #id
## Plot: That IMDB Users Seem to Enjoy?

--- .class #id
## Table: Star Trek Through the Years

Pros
ggplot2 functionality (faceting, colour/fill, point aesthetics) Cons
ggplot2 instead of ggvis or rCharts. As a result, there is no meaningul ability to interact with the movie title variable in the Plot panel (title searches can be performed in the Table panel).
--- .class #id
## Pros and Cons
**Pros**
- Tabbed panel interface (Plots, Table, Help, Codebook)
- Fine control over **data subsetting** and `ggplot2` functionality (faceting, colour/fill, point aesthetics)
- Reactive **summary statistics** displayed under the plot
- Javascript-based Datatable that's **sortable** and **searchable**
- Examine the underlying distribution using the **histogram** feature
**Cons**
- Lacks plot tooltip interactivity due to use of `ggplot2` instead of `ggvis` or `rCharts`. As a result, there is no meaningul ability to interact with the movie title variable in the Plot panel (title searches can be performed in the Table panel).
- The [IMDB dataset](http://docs.ggplot2.org/0.9.3.1/movies.html) is, in many ways inferior to the [Open Movie Db](http://www.omdbapi.com/). For example, there is no genre category and genres are broken down into
- **More work for the future!** In the meantime, [take a spin](https://yuorme.shinyapps.io/IMDB_Explorer/)!
| IMDB Movie Explorer | 1 |
|---|---|
| Plot: Long, Drawn-Out Dramas... | 2 |
| Plot: That IMDB Users Seem to Enjoy? | 3 |
| Table: Star Trek Through the Years | 4 |
| Pros and Cons | 5 |
| 6 |
| Table of Contents | t |
|---|---|
| Exposé | ESC |
| Full screen slides | e |
| Presenter View | p |
| Source Files | s |
| Slide Numbers | n |
| Toggle screen blanking | b |
| Show/hide slide context | c |
| Notes | 2 |
| Help | h |