View source: R/seasons_season.R
seasons_season | R Documentation |
Similar to seasons_summary, but this function returns only metadata for a season.
seasons_season(id, seasons = 1L, extended = c("min", "full"))
id |
|
seasons |
|
extended |
|
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.
If you want to quickly gather episode data of all available seasons,
see seasons_summary and use the episodes = TRUE
parameter.
seasons_season()
wraps endpoint /shows/:id/seasons/:season/info.
Other season data:
media_comments
,
media_lists
,
media_people
,
media_ratings()
,
media_stats()
,
seasons_episodes()
,
seasons_summary()
## Not run:
seasons_season("breaking-bad", 1)
# Including all episode data:
seasons_season("breaking-bad", 1, extended = "full")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.