R/cansim_parquet.R
remove_cansim_cached_tables.Rd
Remove cached cansim SQLite and parquet database
Vector of the table(s) to be removed, or a (filtered) table as returned by `list_cansim_cached_tables` with the list of tables to be removed.
Format of cache to remove, possible values are `"parquet"`, `"feather"` or `"sqlite"` or a subset of these (the default is all of these)
Language for which to remove the cached data. If unspecified (`NULL`) tables for all languages will be removed.
Optional, default value is `getOption("cansim.cache_path")`
`NULL``
if (FALSE) {
con <- get_cansim_connection("34-10-0013", format="parquet")
remove_cansim_cached_tables("34-10-0013", format="parquet")
}