powered by
Load config in YAML format as written via saveConfig.
saveConfig
loadConfig(cfg)
Either a character string naming a file which containes the config or a character string containing the config as YAML code.
Jan Philipp Dietrich
To read in the default configuration (stored as R list in default.cfg or in a gams file), use readDefaultConfig instead.
readDefaultConfig
cfg <- list(input = c(data1 = "blub.tgz", data2 = "bla.tgz"), mode = "default") yml <- saveConfig(cfg) loadConfig(yml)
Run the code above in your browser using DataLab