An R package to reformat and work with the Work in Data dataset.
Data Access
Aggregated data are available in gender_gap/public/data.csv.gz.
You can load this into R directly:
data <- vroom::vroom("https://dissc-yale.github.io/WorkInData/gender_gap/data.csv.gz")See the Gender, Labor & Growth site to explore these or download in a different format.
Microdata are not currently accessible externally.
Package Installation
Install the package from an R console:
# install.packages("remotes")
remotes::install_github("dissc-yale/WorkInData")Then load the package:
See the introduction for more.