pacu.options | R Documentation |
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.
pacu.options
An object of class environment
of length 6.
Environment which stores PACU options
This is an environment, not a function, so nothing is returned.
names(pacu.options)
## to suppress messages
pacu_options(suppress.messages = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.