Load a group of YAML config files.
Arguments
- dir
A character scalar: path to directory with YAML config files.
- cfg_defs
A list of lists of length three. In each list, the first item is a name of YAML file in
dir, the second one is a name in the resulting named list, and the third one is a processing function.- cfg_pipeline
One of:
A
scdrake_listobject: pipeline config (seeload_pipeline_config()) obtained frompipeline.yamlfile located in a pipeline config directoryNULL: the config will be loaded using the path defined in thescdrake_pipeline_config_diroptionA scalar character or
fs_pathobject: the config is loaded from this path
- process
A logical scalar: if
TRUE, apply a processing function on its associated config list.- ...
Passed to
load_pipeline_config(),load_config(), and.load_configs().