get_data_NUTS1: Extracts data on the NUTS1-level of a data set.

Description Usage Arguments Value Examples

View source: R/get_data_nuts1.R

Description

Extracts all observations/rows which are on the NUTS1-level from a data set. Default is the Entrances data set.

Usage

1

Arguments

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.

Value

dataframe containing only observations with NUTS1_IDs

Examples

1
2
#extracts data only for the NUTS1 level from a data set. Default is the EntrancesData data set.
get_data_NUTS1(data=EntrancesData)

THartl1/EntrancesDataPackage documentation built on Dec. 18, 2021, 4:01 p.m.