View source: R/chattr-defaults-save.R
chattr_defaults_save | R Documentation |
Saves the current defaults in a yaml file that is compatible with the config package
chattr_defaults_save(path = "chattr.yml", overwrite = FALSE, type = NULL)
path |
Path to the file to save the configuration to |
overwrite |
Indicates to replace the file if it exists |
type |
The type of UI to save the defaults for. It defaults to NULL which will save whatever types had been used during the current R session |
It creates a YAML file with the defaults set in the current R session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.