Convenience entry point used by the scheduled GitHub Action. Calls each fetch orchestrator and writes its output via cache_podcast_data(). Targets users typically don't want this — call the individual *_get_episodes() functions instead.

update_cached_data(dir = here::here("data_cache"))

Arguments

dir

Directory to save data to. Default: here::here("data_cache").

Value

Invisibly returns the list of paths written.

Examples

if (FALSE) { # \dontrun{
update_cached_data()
} # }