View source: R/utils-caching.R
cache_podcast_data | R Documentation |
Cache episode data
cache_podcast_data(x, dir = "data_cache", filename = NULL, csv = TRUE)
x |
Object to cache. |
dir |
|
filename |
Optional filename sans extension, if not specified the name of |
csv |
If |
Nothing
## Not run:
atp_new <- atp_get_episodes(page_limit = 1)
cache_podcast_data(atp_new, csv = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.