relay_get_episodes | R Documentation |
Retrieves all episodes for one or more shows passed as a tibble.
relay_get_episodes(relay_shows, cache = TRUE)
relay_shows |
A tibble of shows, from |
cache |
( |
A tibble.
## Not run:
relay_shows <- relay_get_shows()
relay <- relay_get_episodes(relay_shows)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.