pacu_options {pacu} | R Documentation |
Setting some options for the package
Description
Set settings regarding messages and default behaviors of the package
Usage
pacu_options(suppress.warnings = FALSE, suppress.messages = FALSE)
Arguments
suppress.warnings |
whether to suppress warning messages |
suppress.messages |
whether to suppress messages |
Details
Set pacu options
Value
as a side effect it modifies the ‘pacu.options’ environment.
Examples
## Not run:
names(pacu.options)
pacu_options(exe.path = "some-new-path-to-executable")
pacu.options$exe.path
## End(Not run)
[Package pacu version 0.1.44 Index]