saveConfig | R Documentation |
Saves config in YAML format so that it can be read in again via
loadConfig
.
saveConfig(cfg, file = NULL)
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. |
Jan Philipp Dietrich
loadConfig
cfg <- list(input = c(data1 = "blub.tgz", data2 = "bla.tgz"), mode = "default")
saveConfig(cfg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.