lmpdata

R package for the EU Labour Market Policy database

https://github.com/alekrutkowski/lmpdata

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

R package for the EU Labour Market Policy database

Basic Info
  • Host: GitHub
  • Owner: alekrutkowski
  • License: other
  • Language: R
  • Default Branch: main
  • Size: 12.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.Rmd

---
title: "LMPdata -- R package for the EU Labour Market Policy database"
output: github_document
date: "`r Sys.Date()`"
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

# Installation

```{r, eval=FALSE}
# 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
.


The package offers only two functions:

- `importData`
- `importLabels`

Usage examples:

```{r 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)

g <- importLabels(dimension_code = "geo")
l <- importLabels(dimension_code = "exptype")
str(g)
str(l)
```

The following datasets are available:

|lmp_dataset_code|Description                                                                                           |
|----------------|------------------------------------------------------------------------------------------------------|
|LMP_EXPSUMM     |LMP expenditure by type of action -- summary tables                                                   |
|LMP_EXPME       |Detailed expenditure by LMP intervention                                                              |
|LMP_PARTSUMM    |LMP participants by type of action -- summary tables                                                  |
|LMP_PARTME      |Detailed data on participants by LMP intervention                                                     |
|LMP_IND_ACTSUP  |Activation-Support -- LMP participants per 100 persons wanting to work                                |
|LMP_IND_ACTRU   |Activation of registered unemployed                                                                   |
|LMP_IND_ACTIME  |Timely activation -- share of LMP entrants not previously long-term unemployed                        |
|LMP_IND_EXP     |LMP expenditure in convenient units (% of GDP or purchasing power standard per person wanting to work)|
|LMP_RJRU        |Persons registered with Public Employment Services                                                    |

The following dimensions are available:

|dimension_code|Description                                                                                           |
|--------------|------------------------------------------------------------------------------------------------------|
|AGE           |Age class                                                                                             |
|EXPTYPE       |Type of expenditure                                                                                   |
|GEO           |Geopolitical entity (reporting) i.e. a country                                                        |
|LMP_TYPE      |Labour market policy interventions by type of action                                                  |
|flags_        |Flags for each statistical observation                                                                |
|REGIS_ES      |Registration with employment services                                                                 |
|SEX           |Sex / gender                                                                                          |
|STK_FLOW      |Stock or flow                                                                                         |
|UNIT          |Unit of measure                                                                                       |

Owner

  • Name: alek
  • Login: alekrutkowski
  • Kind: user
  • Location: Brussels
  • Company: European Commission

I ♡ functional programming languages.

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 200 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: LMPdata

Easy Import of the EU Labour Market Policy Data

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 200 Last month
Rankings
Dependent packages count: 28.5%
Forks count: 28.9%
Dependent repos count: 35.2%
Stargazers count: 36.2%
Average: 43.1%
Downloads: 86.8%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • data.table * imports
  • magrittr * imports
.github/workflows/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite