View source: R/calc_hmw_functions.R
prepareRawILOData | R Documentation |
Prepare a unified ILO dataframe from raw employment and working hours data,
usually obtained using the Rilostat
R package.
prepareRawILOData(ilo_working_hours_data, ilo_employment_data)
ilo_working_hours_data |
A dataframe containing raw ILO working hours data. |
ilo_employment_data |
A dataframe containing raw ILO employment data. |
ilo_working_hours_data <- read.csv(file = MWTools::ilo_working_hours_test_data_path())
ilo_employment_data <- read.csv(file = MWTools::ilo_employment_test_data_path())
prepareRawILOData(ilo_working_hours_data = ilo_working_hours_data,
ilo_employment_data = ilo_employment_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.