Learn R Programming

rpact (version 4.2.0)

saveOptions: Save Options

Description

Saves the current rpact options to a configuration file.

Usage

saveOptions()

Arguments

Value

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

Details

This function attempts to save the current rpact options to a configuration file located in the user's configuration directory. If the rappdirs package is not installed, the function will not perform any action. The options are saved in a YAML file.

Examples

Run this code
if (FALSE) {
saveOptions()
}

Run the code above in your browser using DataLab