Learn R Programming

rpact (version 4.2.0)

resetOptions: Reset Options

Description

Resets the rpact options to their default values.

Usage

resetOptions(persist = TRUE)

Value

Returns TRUE if the options were successfully reset, FALSE otherwise.

Arguments

persist

A logical value indicating whether the reset options should be saved persistently. If TRUE, the options will be saved after resetting. Default is TRUE.

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.

Examples

Run this code
if (FALSE) {
resetOptions()
resetOptions(persist = FALSE)
}

Run the code above in your browser using DataLab