View source: R/f_core_utilities.R
resetOptions | R Documentation |
Resets the rpact
options to their default values.
resetOptions(persist = TRUE)
persist |
A logical value indicating whether the reset options should be saved persistently.
If |
This function resets all rpact
options to their default values. If the persist
parameter is set to TRUE
,
the reset options will be saved to a configuration file.
Returns TRUE
if the options were successfully reset, FALSE
otherwise.
## Not run:
resetOptions()
resetOptions(persist = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.