incomparable_get_episodes | R Documentation |
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)
incomparable_shows |
Dataset of shows with title and URLs as returned by
|
cache |
( |
A tibble with one row per episode.
## Not run:
incomparable_shows <- incomparable_get_shows()
incomparable <- incomparable_get_episodes(incomparable_shows)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.