Movies App

Reproducible pitch presentation

Furawa
14/04/2019

Intro

Welcome to the Movies App. The app contains a random sample of 651 movies released in the US between 1970 and 2014. The file can be downloaded here :
https://stat.duke.edu/~mc301/data/movies.Rdata.
The App has 2 important parts :

  • A sidebar(at the left)
    Where you can modify inputs as you wish, here you can also download the file.

  • A mainbar(at the right)
    Where you can see how your plot and table change when you modify the inputs.

What for

Let's say you want to make the plot of the Audience score vs Critics score color by genre, modifying the X axis , the Y axis and the color by inputs you will have a plot like that.
plot of chunk plot

The table

Let's say now that you want to know how many films they are in the file between 1970 and 1995 modifying the slider for the range date you can have a table like this:

# A tibble: 6 x 7
  title    title_type genre   runtime mpaa_rating studio     thtr_rel_year
  <chr>    <fct>      <fct>     <dbl> <fct>       <fct>              <dbl>
1 The Age~ Feature F~ Drama       139 PG          Columbia ~          1993
2 Lady Ja~ Feature F~ Drama       142 PG-13       Paramount~          1986
3 Superma~ Feature F~ Action~     127 PG          Warner Br~          1981
4 Leap of~ Feature F~ Drama       108 PG-13       Paramount~          1992
5 Rhinest~ Feature F~ Comedy      111 PG          20th Cent~          1984
6 The Doo~ Feature F~ Drama       140 R           Sony Pict~          1991

You can also download this table just clicking on the download button in the sidebar.

Conclusion

This is a beatiful App you can play with, thank you using it and send me feedback.

movies app preview