set_cansim_cache_path: Set persistent cansim cache location
Description
Cansim provides session caching for retrieved data. This function will create a persistent cache across sessions for data accessed via `get_cansim_connection` and caches data in a database across sessions..
if (FALSE) {
set_cansim_cache_path("~/cansim_cache")
# This will set the cache path permanently until overwritten againset_cansim_cache_path("~/cancensus_cache", install = TRUE)
}