resetOptions: Reset Options

View source: R/f_core_utilities.R

resetOptionsR 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 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.

Value

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

Examples

## Not run: 
resetOptions()
resetOptions(persist = FALSE)

## End(Not run)


rpact documentation built on April 3, 2025, 8:01 p.m.