powered by
List cached cansim arrow and SQlite databases
list_cansim_cached_tables( cache_path = Sys.getenv("CANSIM_CACHE_PATH"), refresh = FALSE )
A tibble with the list of all tables that are currently cached at the given cache path.
Optional, default value is `Sys.getenv('CANSIM_CACHE_PATH')`.
Optional, refresh the last updated date of cached cansim tables
if (FALSE) { list_cansim_cached_tables() }
Run the code above in your browser using DataLab