Restore the built-in default values of all config parameters of MetaProViz
Source:R/HelperOptions.R
metaproviz_reset_config.Rd
Restore the built-in default values of all config parameters of MetaProViz
Arguments
- save
If a path, the restored config will be also saved to this file. If TRUE, the config will be saved to the current default config path (see
metaproviz_config_path
).- reset_all
Reset to their defaults also the options already set in the R options.
Examples
if (FALSE) { # \dontrun{
# restore the defaults and write them to the default config file:
metaproviz_reset_config()
metaproviz_save_config()
} # }