set_cache_path: Set persistent cancensus cache location
Description
Cancensus provides session caching for retrieved data to increase speeds and reduce API usage. This function will create a persistent cache across sessions.
# NOT RUN {set_cache_path("~/cancensus_cache")
# This will set the cache path permanently until ovewritten againset_cache_path("~/cancensus_cache", install = TRUE)
# }