Resets the rpact options to their default values.
resetOptions(persist = TRUE)Returns TRUE if the options were successfully reset, FALSE otherwise.
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.
if (FALSE) { # \dontrun{
resetOptions()
resetOptions(persist = FALSE)
} # }