Description Usage Arguments Value Examples
View source: R/get_data_nuts_country.R
Extracts all observations/rows which are on the NUTS country level from a data set. Default is the Entrances data set.
1 |
data |
dataframe, from which you want to extract your data. The data frame must contain the regional IDs in the first column. Default is the EntrancesData data set. |
dataframe containing only observations with NUTS3_IDs
1 2 | #extracts data only for the national NUTS level from a data set. Default is the EntrancesData data set.
get_data_NUTS_country(data=EntrancesData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.