Retrieves all episodes for one or more shows passed as a tibble.

relay_get_episodes(relay_shows, cache = TRUE)

Arguments

relay_shows

A tibble of shows, from relay_get_shows().

cache

(logical(1)) Set to FALSE to disable caching.

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
relay_shows <- relay_get_shows()
relay <- relay_get_episodes(relay_shows)
} # }