View source: R/get_variables.R
| get_variables | R Documentation |
get_variables retrieves a data frame with available variables
get_variables(theme, geography)
theme |
theme as character string |
geography |
geography as character string |
To get a list of available geographies use get_geographies. To
get a list of available themes use get_themes.
a data.frame with columns KurznamePlus (variable name), Bereich (theme identifier),
Gruppe (variable identifier), BU, EU, Zeitreihe (all three unknown).
get_geographies get_themes
# Retrieves list of available variables in the
# theme "unemployment" for districts
get_variables(theme="011", geography="KRE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.