Description Usage Arguments Value Examples
View source: R/get_data_for_regions.R
Extracts data for specific regional IDs (e.g. NUTS IDs from a data set. Default is the Entrances data set.
1 | get_data_for_regions(RegionIDs, data = EntrancesData)
|
RegionIDs |
vector with character strings of the regional IDs, e.g. NUTS IDs, LAU IDs |
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
1 2 | #extracts data for specific NUTS IDs from a dataframe. Default is the EntrancesData dataset
get_data_for_regions(RegionIDs=c("ITG2C","ITG2B"), data=EntrancesData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.