movies_boxoffice: Get the weekend box office

View source: R/movies_boxoffice.R

movies_boxofficeR Documentation

Get the weekend box office

Description

Returns the top 10 grossing movies in the U.S. box office last weekend. Updated every Monday morning.

Usage

movies_boxoffice(extended = c("min", "full"))

Arguments

extended

character(1): Either "min" (API default) or "full". The latter returns more variables and should generally only be used if required. See vignette("finding-things") for more details.

Value

A tibble(). If the function has a limit parameter (defaulting to 10), this will be the (maximum) number of rows of the tibble. If there are no results (or the API is unreachable), an empty tibble() is returned.

Source

movies_boxoffice() wraps endpoint movies/boxoffice.

See Also

Other movie data: anticipated_media, collected_media, media_aliases, media_comments, media_lists, media_people, media_ratings(), media_stats(), media_translations, media_watching, movies_related(), movies_releases(), movies_summary(), people_media(), played_media, popular_media, trending_media, watched_media

Examples

movies_boxoffice()

jemus42/tRakt documentation built on April 19, 2024, 3:25 a.m.