View source: R/f_core_utilities.R
saveOptions | R Documentation |
Saves the current rpact
options to a configuration file.
saveOptions()
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.
Returns TRUE
if the options were successfully saved, FALSE
otherwise.
## Not run:
saveOptions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.