get_sqlite_xtab | R Documentation |
get_sqlite_xtab
get_sqlite_xtab( code, url = NA, cache_dir = getOption("statcanXtab.cache_dir"), transform = standard_xtab_transform, refresh = FALSE, existing_unzip_path = NA, format = "csv" )
code |
Code for the xtab, used for local caching |
url |
url to download the csv version of the xtab |
cache_dir |
optional cache directory, default is |
transform |
transform to apply to data, default is |
refresh |
redownload and parse data, default |
existing_unzip_path |
optional path to unzipped xtab, useful for large (>4GB unzipped) xtabs on windows machines |
format |
data format of xtab, defaults to "csv". Other valid options are "xml" and "python_xml". Set according to the format of the data, and if conversion through xml should be done via python for better performance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.