cansim_repartition_cached_table | R Documentation |
Repartitions and already downloaded and cached parquet or feather dataset
cansim_repartition_cached_table(
cansimTableNumber,
new_partitioning = c(),
language = "english",
format = "parquet",
cache_path = getOption("cansim.cache_path")
)
cansimTableNumber |
the NDM table number to load |
new_partitioning |
(Optional) Partition columns to use for parquet or feather formats. |
language |
|
format |
(Optional) The format of the data table to retrieve. Either |
cache_path |
(Optional) Path to where to cache the table permanently. By default, the data is cached in the path specified by 'getOption("cansim.cache_path")', if this is set. Otherwise it will use 'tempdir()'. |
## Not run:
cansim_repartition_cached_table("34-10-0013",new_partitioning=c("GeoUID"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.