R/data.R

#' Worldwide Blockbusters 2019-1977
#'
#' The Worldwide Blockbusters 2019-1977 dataset provides information on the top ten highest grossing films worldwide between the years 2019 and 1977.
#'
#' @format A data frame with 430 rows and 4 variables:
#' \describe{
#'   \item{year}{release year of blockbuster}
#'   \item{genre}{genre of blockbuster title}
#'   \item{box_office}{Sum of box office per genre and year, billion real dollars}
#' }
#' @source \url{https://www.kaggle.com/narmelan/top-ten-blockbusters-20191977}
"blockbusters"

Try the ggstream package in your browser

Any scripts or data that you put into this service are public.

ggstream documentation built on May 6, 2021, 9:06 a.m.