Retrieve all episodes for The Incomparable shows

incomparable_get_episodes(incomparable_shows, cache = TRUE)

Arguments

incomparable_shows

Dataset of shows as returned by incomparable_get_shows().

cache

(logical(1)) Toggle the httr2 HTTP cache. Default TRUE.

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
shows <- incomparable_get_shows()
incomparable_get_episodes(shows)
} # }