View source: R/cbs_get_data_from_link.R
cbs_get_data_from_link | R Documentation |
Retrieve data from a link created from the StatLine app.
cbs_get_data_from_link(
link,
message = TRUE,
...,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
link |
url/hyperlink to opendata table made with the StatLine App |
message |
|
... |
passed on to |
base_url |
optionally specify a different server. Useful for third party data services implementing the same protocol. |
Same as cbs_get_data
Other data retrieval:
cbs_add_date_column()
,
cbs_add_label_columns()
,
cbs_add_unit_column()
,
cbs_download_data()
,
cbs_extract_table_id()
,
cbs_get_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.