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)It creates a YAML file with the defaults set in the current R session.
Path to the file to save the configuration to
Indicates to replace the file if it exists
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