loadConfig | R Documentation |
Load config in YAML format as written via
saveConfig
.
loadConfig(cfg)
cfg |
Either a character string naming a file which containes the config or a character string containing the config as YAML code. |
To read in the default configuration (stored as R list in default.cfg or in a gams file), use
readDefaultConfig
instead.
Jan Philipp Dietrich
saveConfig
cfg <- list(input = c(data1 = "blub.tgz", data2 = "bla.tgz"), mode = "default")
yml <- saveConfig(cfg)
loadConfig(yml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.