Description Usage Format Examples
Film reviews from the IMDB website (2000-2015)
1 |
A tibble with 2,607 rows and 5 variables:
The title of the film and its year of release.
The aggregate rating for the film (from 0 to 10), based on voluntary user reviews at the site.
The reported budget for the film and its worldwide gross earnings (both in U.S. dollars).
1 2 3 | # Here is a glimpse at the data
# available in `imdb`
dplyr::glimpse(imdb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.