resetOptions {rpact} | R Documentation |
Reset Options
Description
Resets the rpact
options to their default values.
Usage
resetOptions(persist = TRUE)
Arguments
persist |
A logical value indicating whether the reset options should be saved persistently.
If |
Details
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.
Value
Returns TRUE
if the options were successfully reset, FALSE
otherwise.
Examples
## Not run:
resetOptions()
resetOptions(persist = FALSE)
## End(Not run)
[Package rpact version 4.2.0 Index]