list_cansim_cached_tables | R Documentation |
List cached cansim arrow and SQlite databases
list_cansim_cached_tables(
cache_path = Sys.getenv("CANSIM_CACHE_PATH"),
refresh = FALSE
)
cache_path |
Optional, default value is ‘Sys.getenv(’CANSIM_CACHE_PATH')'. |
refresh |
Optional, refresh the last updated date of cached cansim tables |
A tibble with the list of all tables that are currently cached at the given cache path.
## Not run:
list_cansim_cached_tables()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.