Retrieve all episodes for relay.fm shows

relay_get_episodes(relay_shows, cache = TRUE)

Arguments

relay_shows

A tibble of shows, from relay_get_shows().

cache

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

Value

A tibble.

Examples

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