omnipath_reset_config {OmnipathR} | R Documentation |
Restores the built-in default values of all config parameters
omnipath_reset_config(save = NULL)
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 |
The config as a list.
omnipath_load_config, omnipath_save_config
# restore the defaults and write them to the default config file: omnipath_reset_config() omnipath_save_config()