Skip to contents

This function implements a data preparation step to process the Time Use Survey data. It is useful only for its side effects, i.e. for saving the processed data.

Usage

run_data_prep_tus(cfg = NULL)

Arguments

cfg

A list of nested lists, with 'leaf' nodes specifying configuration values. Default: The template config returned by generate_cfg_template()

Value

NULL (invisibly).

Examples

if (FALSE) { # \dontrun{
run_data_prep_tus()
} # }