R/cansim_parquet.R
list_cansim_cached_tables.Rd
List cached cansim arrow and SQlite databases
list_cansim_cached_tables(
cache_path = getOption("cansim.cache_path"),
refresh = FALSE
)
Optional, default value is `getOption("cansim.cache_path")`.
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.
if (FALSE) {
list_cansim_cached_tables()
}