download_data-deprecated | R Documentation |
This method is deprecated in favor of cbs_download_data()
.
download_data(
id,
path = file.path(id, "data.csv"),
...,
select = NULL,
typed = FALSE,
verbose = TRUE,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
id |
of cbs open data table |
path |
of data file, defaults to "id/data.csv" |
... |
optional filter statements to select rows of the data, |
select |
optional names of columns to be returned. |
typed |
Should the data automatically be converted into integer and numeric? |
verbose |
show the underlying downloading of the data |
base_url |
optionally specify a different server. Useful for third party data services implementing the same protocol. |
Other download:
cbs_download_meta()
,
cbs_download_table()
Other data retrieval:
cbs_add_date_column()
,
cbs_add_label_columns()
,
cbs_add_unit_column()
,
cbs_extract_table_id()
,
cbs_get_data()
,
cbs_get_data_from_link()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.