get_data | R Documentation |
Get data from section
get_data(section, as_list = FALSE, ...)
section |
Defines what section of the api should be called.
|
as_list |
Whether or not to return the data as a list or in a dataframe. Data.frame is the default output. |
... |
< |
Returns either a dataframe with all the data for the specified section or a list with the same information.
Other Data functions:
get_map_data()
if (connection_check()) {
x <- get_data("regioner")
head(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.