View source: R/cbs_download_meta.R
cbs_download_meta | R Documentation |
Dumps the meta data into a directory
cbs_download_meta(
id,
dir = id,
catalog = "CBS",
...,
verbose = FALSE,
cache = FALSE,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
id |
Id of CBS open data table (see |
dir |
Directory in which data should be stored. By default it creates a sub directory with the name of the id |
catalog |
catalog id, can be retrieved with |
... |
not used |
verbose |
Print extra messages what is happening. |
cache |
Should meta data be cached? |
base_url |
optionally allow to specify a different server. Useful for third party data services implementing the same protocol. |
meta data object
Other meta data:
cbs_add_date_column()
,
cbs_add_label_columns()
,
cbs_add_unit_column()
,
cbs_get_meta()
Other download:
cbs_download_data()
,
cbs_download_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.