.load_configs | R Documentation |
Load a list of YAML config files.
.load_configs(dir, cfg_defs, other_variables = NULL, process = TRUE, ...)
dir |
A 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 |
other_variables |
Passed to |
process |
A logical scalar: if |
... |
Currently not used. |
A named list of lists of loaded YAML configs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.