pacu.options {pacu} | R Documentation |
Environment which stores PACU options
Description
Environment which can store the path to the executable, warning settings and where examples are located. Creating an environment avoids the use of global variables or other similar practices which would have possible undesirable consequences.
Usage
pacu.options
Format
An object of class environment
of length 6.
Details
Environment which stores PACU options
Value
This is an environment, not a function, so nothing is returned.
Examples
names(pacu.options)
## to suppress messages
pacu_options(suppress.messages = TRUE)
[Package pacu version 0.1.63 Index]