Update Cache from GitHub
update_cache_from_github.RdUpdates local cache for specific datasets if GitHub has newer versions.
Examples
if (FALSE) { # \dontrun{
# Update specific datasets
update_cache_from_github(c("abecip", "bcb_series"))
# Update all cached datasets
update_cache_from_github()
} # }