powered by
Saves config in YAML format so that it can be read in again via loadConfig.
loadConfig
saveConfig(cfg, file = NULL)
Input config which should be saved
A character string naming a file. If set to NULL the YAML output will be returned by the function.
Jan Philipp Dietrich
cfg <- list(input = c(data1 = "blub.tgz", data2 = "bla.tgz"), mode = "default") saveConfig(cfg)
Run the code above in your browser using DataLab