remove_cansim_sqlite_cached_table | R Documentation |
Remove cached cansim SQLite database
remove_cansim_sqlite_cached_table(
cansimTableNumber,
language = NULL,
cache_path = getOption("cansim.cache_path")
)
cansimTableNumber |
Number of the table to be removed |
language |
Language for which to remove the cached data. If unspecified ('NULL') tables for all languages will be removed |
cache_path |
Optional, default value is 'getOption("cansim.cache_path")' |
'NULL“
## Not run:
con <- get_cansim_sqlite("34-10-0013")
disconnect_cansim_sqlite(con)
remove_cansim_sqlite_cached_table("34-10-0013")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.