get_variables: Get Available Variables

View source: R/get_variables.R

get_variablesR Documentation

Get Available Variables

Description

get_variables retrieves a data frame with available variables

Usage

get_variables(theme, geography)

Arguments

theme

theme as character string

geography

geography as character string

Details

To get a list of available geographies use get_geographies. To get a list of available themes use get_themes.

Value

a data.frame with columns KurznamePlus (variable name), Bereich (theme identifier), Gruppe (variable identifier), BU, EU, Zeitreihe (all three unknown).

See Also

get_geographies get_themes

Examples


 # Retrieves list of available variables in the  
 # theme "unemployment" for districts 
 get_variables(theme="011", geography="KRE")






bonn documentation built on March 31, 2023, 11:48 p.m.