powered by
Remove cached cansim SQLite database
remove_cansim_sqlite_cached_table( cansimTableNumber, language = NULL, cache_path = getOption("cansim.cache_path") )
`NULL``
Number of the table to be removed
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")`
if (FALSE) { con <- get_cansim_connection("34-10-0013", format="sqlite") disconnect_cansim_sqlite(con) remove_cansim_cached_tables("34-10-0013", format="sqlite") }
Run the code above in your browser using DataLab