cabinets_options_set {cabinets} | R Documentation |
Set cabinets options
Description
Set cabinets options
Usage
cabinets_options_set(..., .envir = NULL)
Arguments
... |
Options to be set |
.envir |
Environment to set options in; if NULL, will use environment at |
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
.
Value
If no options are set, returns the options specified in options
.
[Package cabinets version 0.6.0 Index]