Learn R Programming

REAT (version 3.0.2)

EU28.emp: Eurostat national employment data 2004-2016

Description

Employment data for EU countires 2004-2016 (Source: Eurostat)

Usage

data("EU28.emp")

Arguments

Format

A data frame with 3000 observations on the following 7 variables.

unit

measuring unit: thousand persones (THS_PER)

nace_r2

NACE industry classification

s_adj

Adjustement of data: Not seasonally adjusted data (NSA)

na_item

a factor with levels SAL_DC

geo

NUTS nation code

time

year

emp1000

Industry-specific employment in thousand persons

Examples

Run this code
# NOT RUN {
data(EU28.emp)
EU28.emp[EU28.emp$time == 2016,]
# only data for 2016
# }

Run the code above in your browser using DataLab