MyNixOS website logo
Description

Easy Import of the EU Labour Market Policy Data.

European Commission's Labour Market Policy (LMP) database (<https://webgate.ec.europa.eu/empl/redisstat/databrowser/explore/all/lmp?lang=en&display=card&sort=category>) provides information on labour market interventions, which are government actions to help and support the unemployed and other disadvantaged groups in the transition from unemployment or inactivity to work. It covers the EU countries and Norway. This package provides functions for downloading and importing the LMP data and metadata (codelists).

LMPdata – R package for the EU Labour Market Policy database

2024-07-10

Installation

# Either
install.packages('LMPdata') # once available on CRAN
# or
remotes::install_github('alekrutkowski/LMPdata')

Explanations

The package provides an easy access to the “Labour Market Policy” statistics database managed by the European Commission (Directorate-General for Employment, Social Affairs & Inclusion). The data can be accessed also via https://webgate.ec.europa.eu/empl/redisstat/databrowser/explore/all/lmp?lang=en&display=card&sort=category.

The package offers only two functions:

  • importData
  • importLabels

Usage examples:

library(LMPdata)

d <- importData(lmp_dataset_code = 'lmp_expsumm',
                filters = list(geo=c('AT','BE','CZ'), unit='MIO_EUR',
                               lmp_type='TOT1_9', exptype=c('XIND','XEMP')))
str(d)
## Classes 'data.table' and 'data.frame':   134 obs. of  7 variables:
##  $ geo        : chr  "AT" "AT" "AT" "AT" ...
##  $ unit       : chr  "MIO_EUR" "MIO_EUR" "MIO_EUR" "MIO_EUR" ...
##  $ lmp_type   : chr  "TOT1_9" "TOT1_9" "TOT1_9" "TOT1_9" ...
##  $ exptype    : chr  "XEMP" "XEMP" "XEMP" "XEMP" ...
##  $ time_period: int  1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 ...
##  $ value_     : num  334 361 363 464 601 ...
##  $ flags_     : chr  "" "" "" "" ...
##  - attr(*, ".internal.selfref")=<externalptr>
g <- importLabels(dimension_code = "geo")
l <- importLabels(dimension_code = "exptype")
str(g)
## Classes 'data.table' and 'data.frame':   3707 obs. of  2 variables:
##  $ geo       : chr  "EUR" "EU" "EU_V" "EU28" ...
##  $ geo__label: chr  "Europe" "European Union (EU6-1972, EU9-1980, EU10-1985, EU12-1994, EU15-2004, EU25-2006, EU27-2013, EU28)" "European Union (aggregate changing according to the context)" "European Union (28 countries)" ...
##  - attr(*, ".internal.selfref")=<externalptr>
str(l)
## Classes 'data.table' and 'data.frame':   15 obs. of  2 variables:
##  $ exptype       : chr  "XTOT" "XIND" "XINDPER" "XINDLUMP" ...
##  $ exptype__label: chr  "Total" "Transfers to individuals" "Transfers to individuals - periodic cash payments" "Transfers to individuals - lump-sum payments" ...
##  - attr(*, ".internal.selfref")=<externalptr>

The following datasets are available:

lmp_dataset_codeDescription
LMP_EXPSUMMLMP expenditure by type of action – summary tables
LMP_EXPMEDetailed expenditure by LMP intervention
LMP_PARTSUMMLMP participants by type of action – summary tables
LMP_PARTMEDetailed data on participants by LMP intervention
LMP_IND_ACTSUPActivation-Support – LMP participants per 100 persons wanting to work
LMP_IND_ACTRUActivation of registered unemployed
LMP_IND_ACTIMETimely activation – share of LMP entrants not previously long-term unemployed
LMP_IND_EXPLMP expenditure in convenient units (% of GDP or purchasing power standard per person wanting to work)
LMP_RJRUPersons registered with Public Employment Services

The following dimensions are available:

dimension_codeDescription
AGEAge class
EXPTYPEType of expenditure
GEOGeopolitical entity (reporting) i.e. a country
LMP_TYPELabour market policy interventions by type of action
flags_Flags for each statistical observation
REGIS_ESRegistration with employment services
SEXSex / gender
STK_FLOWStock or flow
UNITUnit of measure.
Metadata

Version

0.1.0

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows