| EU28.emp {REAT} | R Documentation |
Eurostat national employment data 2004-2016
Description
Employment data for EU countires 2004-2016 (Source: Eurostat)
Usage
data("EU28.emp")
Format
A data frame with 3000 observations on the following 7 variables.
unitmeasuring unit: thousand persones (
THS_PER)nace_r2NACE industry classification
s_adjAdjustement of data: Not seasonally adjusted data (
NSA)na_itema factor with levels
SAL_DCgeoNUTS nation code
timeyear
emp1000Industry-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
data(EU28.emp)
EU28.emp[EU28.emp$time == 2016,]
# only data for 2016
[Package REAT version 3.0.3 Index]