Learn R Programming

pacu (version 0.1.74)

pacu.options: 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

Arguments

Value

This is an environment, not a function, so nothing is returned.

Format

An object of class environment of length 6.

Details

Environment which stores PACU options

Examples

Run this code
# \donttest{
names(pacu.options)
## to suppress messages
pacu_options(suppress.messages = TRUE)
# }

Run the code above in your browser using DataLab