powered by
List cached cansim SQLite database
list_cansim_sqlite_cached_tables( cache_path = getOption("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 `getOption("cansim.cache_path")`.
Optional, refresh the last updated date of cached cansim tables
if (FALSE) { list_cansim_sqlite_cached_tables() }
Run the code above in your browser using DataLab