View source: R/cbs_get_catalogs.R
cbs_get_catalogs | R Documentation |
Retrieves the possible catalog values that can be used for retrieving data
cbs_get_catalogs(..., base_url = BASE_URL)
... |
filter statement to select rows, e.g. Language="nl" |
base_url |
optionally specify a different server. Useful for third party data services implementing the same protocol. |
if (interactive()){
catalogs <- cbs_get_catalogs()
# Identifier of catalog can be used to query
print(catalogs$Identifier)
ds_rivm <- cbs_get_datasets(catalog = "RIVM")
ds_rivm[1:5, c("Identifier","ShortTitle")]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.