Skip to contents

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

Usage

run_data_prep_pm25_gm(cfg = NULL, use_cached_openair_data = NULL)

Arguments

cfg

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

use_cached_openair_data

TRUE if cached versions of the openair data should be used, FALSE otherwise. Default: TRUE

Value

NULL (invisibly).

Examples

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