get_themes | R Documentation |
Returns a list of all cbs themes.
get_themes(
...,
select = NULL,
verbose = TRUE,
cache = FALSE,
base_url = getOption("cbsodataR.base_url", BASE_URL)
)
... |
Use this to add a filter to the query e.g. |
select |
|
verbose |
Print extra messages what is happening. |
cache |
Should the result be cached? |
base_url |
optionally specify a different server. Useful for third party data services implementing the same protocal. |
A data.frame
with various properties of SN/CBS themes.
The filter is specified with <column_name> = <values>
in which <values>
is a character vector.
Rows with values that are not part of the character vector are not returned.
## Not run:
# get list of all themes
get_themes()
# get list of all dutch themes from the Catalog "CBS"
get_themes(Language="nl", Catalog="CBS")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.