reset_config | R Documentation |
Restore the built-in default values of all config parameters of a package
Restore the built-in default values of all config parameters of OmnipathR
reset_config(save = NULL, reset_all = FALSE, pkg = "OmnipathR")
omnipath_reset_config(...)
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 |
reset_all |
Reset to their defaults also the options already set in the R options. |
pkg |
Character: name of a package |
... |
Ignored. |
The config as a list.
omnipath_load_config, omnipath_save_config
## Not run:
# restore the defaults and write them to the default config file:
omnipath_reset_config()
omnipath_save_config()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.