badata
Regional Job Market Data from the German Federal Employment Agency (Bundesagentur für Arbeit – BA)
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Keywords
r-package
rstats
Last synced: 9 months ago
·
JSON representation
·
Repository
Regional Job Market Data from the German Federal Employment Agency (Bundesagentur für Arbeit – BA)
Basic Info
- Host: GitHub
- Owner: RegioHub
- License: other
- Language: R
- Default Branch: main
- Homepage: https://regiohub.github.io/badata/
- Size: 9.78 MB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 4
Topics
r-package
rstats
Created over 3 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
library(tibble)
```
# badata
[](https://zenodo.org/badge/latestdoi/584811775)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
**badata** is a data package that provides data from the German Federal Employment Agency (Bundesagentur für Arbeit -- BA) about unemployed persons, employees, and jobs in Germany from 2012 to 2021 by district (Kreis) and occupational group.
## Installation
You can install the development version of **badata** from [GitHub](https://github.com/RegioHub/badata) with:
``` r
# install.packages("devtools")
devtools::install_github("RegioHub/badata")
```
## Usage
**badata** provides the following datasets as `tibbles`/`data.frames`:
```{r}
library(badata)
employees_by_workplace
employees_by_residence
unemployed_total
unemployed_foreigners
jobs
```
Codes and full names of regions and occupational groups can be looked up in the respective tables:
```{r}
region_codes
occupational_group_codes
```
## Citation
```{r echo=FALSE, results='asis'}
print(citation("badata"), bibtex = FALSE)
```
A BibTeX entry for LaTeX users is
```{r echo=FALSE, comment=""}
toBibtex(citation("badata"))
```
## Disclaimer
The variable names were translated from German into English, the data itself remains unchanged and is subject to the copyright of the German Federal Employment Agency (BA). © [Statistik der Bundesagentur für Arbeit](https://statistik.arbeitsagentur.de)
This package is in no way officially related to or endorsed by BA.
Owner
- Name: RegioHub
- Login: RegioHub
- Kind: organization
- Location: Germany
- Repositories: 5
- Profile: https://github.com/RegioHub
Leibniz ScienceCampus SOEP RegioHub at Bielefeld University
Citation (CITATION.cff)
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.4.1
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "badata" in publications use:'
type: software
license: MIT
title: 'badata: Regional Job Market Data from the German Federal Employment Agency
(Bundesagentur für Arbeit -- BA)'
version: 0.1.2
doi: 10.5281/zenodo.7636114
abstract: Provides data about unemployed persons, employees, and jobs in Germany from
2012 to 2021 by district (Kreis) and occupational group.
authors:
- family-names: Nguyen
given-names: H. Long
email: long.nguyen@uni-bielefeld.de
orcid: https://orcid.org/0000-0001-8878-7386
- family-names: Tsolak
given-names: Dorian
email: dorian.tsolak@uni-bielefeld.de
orcid: https://orcid.org/0000-0001-6695-6169
preferred-citation:
type: manual
title: 'badata: Regional Job Market Data from the German Federal Employment Agency
(Bundesagentur für Arbeit -- BA)'
authors:
- family-names: Nguyen
given-names: H. Long
email: long.nguyen@uni-bielefeld.de
orcid: https://orcid.org/0000-0001-8878-7386
- family-names: Tsolak
given-names: Dorian
email: dorian.tsolak@uni-bielefeld.de
orcid: https://orcid.org/0000-0001-6695-6169
doi: 10.5281/zenodo.7636114
year: '2023'
version: 0.1.2
url: https://github.com/RegioHub/badata
repository-code: https://github.com/RegioHub/badata
url: https://github.com/RegioHub/badata
contact:
- family-names: Nguyen
given-names: H. Long
email: long.nguyen@uni-bielefeld.de
orcid: https://orcid.org/0000-0001-8878-7386
keywords:
- r-package
- rstats
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
institution:
name: R Foundation for Statistical Computing
version: '>= 2.10'
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Dependencies
.github/workflows/update-citation-cff.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 2.10 depends
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite