R/incomparable.R
incomparable_get_episodes.RdRetrieve all episodes for The Incomparable shows
incomparable_get_episodes(incomparable_shows, cache = TRUE)Dataset of shows as returned by incomparable_get_shows().
(logical(1)) Toggle the httr2 HTTP cache. Default TRUE.
A tibble.
if (FALSE) { # \dontrun{
shows <- incomparable_get_shows()
incomparable_get_episodes(shows)
} # }