saveConf | R Documentation |
Saves a model configuration list to a file
saveConf(x, file = "", overwrite = FALSE)
x |
ccam configuration list as returned from defcon or loadConf |
file |
the file to save the configuration to |
overwrite |
logical if an existing file should be overwritten (FALSE by default) |
function useful for saving a model configuration. A saved configuration can be read back in via the loadConf function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.