saveConfig {gms} | R Documentation |
Save Config
Description
Saves config in YAML format so that it can be read in again via
loadConfig
.
Usage
saveConfig(cfg, file = NULL)
Arguments
cfg |
Input config which should be saved |
file |
A character string naming a file. If set to NULL the YAML output will be returned by the function. |
Author(s)
Jan Philipp Dietrich
See Also
Examples
cfg <- list(input = c(data1 = "blub.tgz", data2 = "bla.tgz"), mode = "default")
saveConfig(cfg)
[Package gms version 0.31.2 Index]