EU28.emp: Eurostat national employment data 2004-2016

Description Usage Format Source Examples

Description

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

Usage

1
data("EU28.emp")

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

Source

Eurostat (2018): Breakdowns of GDP aggregates and employment data by main industries and asset classes, Tab. code namq_10_a10_e. http://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=namq_10_a10_e. Own postprocessing.

Examples

1
2
3
data(EU28.emp)
EU28.emp[EU28.emp$time == 2016,]
# only data for 2016

REAT documentation built on Sept. 5, 2021, 5:18 p.m.