powered by
Get data from section
get_data(section, as_list = FALSE, ...)
Returns either a dataframe with all the data for the specified section or a list with the same information.
Defines what section of the api should be called. available_sections() exposes all options for this parameter.
available_sections()
Whether or not to return the data as a list or in a dataframe. Data.frame is the default output.
<dynamic-dots> input query parameters.
dynamic-dots
Other Data functions: get_map_data()
get_map_data()
if (connection_check()) { x <- get_data("regioner") head(x) }
Run the code above in your browser using DataLab