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.
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
data(EU28.emp)
EU28.emp[EU28.emp$time == 2016,]
# only data for 2016
[Package REAT version 3.0.3 Index]