omnipath_reset_config: Restores the built-in default values of all config parameters

omnipath_reset_configR Documentation

Restores the built-in default values of all config parameters

Description

Restores the built-in default values of all config parameters

Usage

omnipath_reset_config(save = NULL, reset_all = FALSE)

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 omnipath_get_config_path).

reset_all

Reset to their defaults also the options already set in the R options.

Value

The config as a list.

See Also

omnipath_load_config, omnipath_save_config

Examples

## Not run: 
# restore the defaults and write them to the default config file:
omnipath_reset_config()
omnipath_save_config()

## End(Not run)


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.