movies_long | R Documentation |
Movie information and user ratings from IMDB.
movies_long
A data frame with 1,579 rows and 8 variables
title. Title of the movie.
year. Year of release.
budget. Total budget (if known) in US dollars
length. Length in minutes.
rating. Average IMDB user rating.
votes. Number of IMDB users who rated this movie.
mpaa. MPAA rating.
genre. Different genres of movies (action, animation, comedy, drama, documentary, romance, short).
Modified dataset from {ggplot2movies}
package.
https://CRAN.R-project.org/package=ggplot2movies
dim(movies_long)
head(movies_long)
dplyr::glimpse(movies_long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.