cabinets_options_set: Set cabinets options
Description
Set cabinets options
Usage
cabinets_options_set(..., .envir = NULL)
Arguments
.envir
Environment to set options in; if NULL, will use environment at parent.frame()
Value
If no options are set, returns the options specified in options
.
Details
Mainly used for specifying if cabinets has permission to write to .Rprofile. Permission can be revoked at any time by opening the .Rprofile file and setting "cabinets.permission" = FALSE
.