This combines incomparable_parse_stats() and incomparable_parse_archive() to retrieve full episode information including host/guest, durations including seconds, podcast subcategories and topics. Use sparingly to limit unnecessarily hammering the poor webserver!

incomparable_get_episodes(incomparable_shows, cache = TRUE)

Arguments

incomparable_shows

Dataset of shows with title and URLs as returned by incomparable_get_shows().

cache

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

Value

A tibble with one row per episode.

Examples

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