R/utils-caching.R
cache_podcast_data.Rd
Cache episode data
cache_podcast_data(x, dir = "data_cache", filename = NULL, csv = TRUE)
Object to cache.
["data_cache"] Directory to save data to.
["data_cache"]
Optional filename sans extension, if not specified the name of x is used.
x
If TRUE (default), also saves a CSV file with the same base name.
TRUE
Nothing
if (FALSE) { # \dontrun{ atp_new <- atp_get_episodes(page_limit = 1) cache_podcast_data(atp_new, csv = FALSE) } # }