saveOptions: Save Options

View source: R/f_core_utilities.R

saveOptionsR Documentation

Save Options

Description

Saves the current rpact options to a configuration file.

Usage

saveOptions()

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.

Value

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

Examples

## Not run: 
saveOptions()

## End(Not run)


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