.rxWithOptions {rxode2} | R Documentation |
Temporarily set options then restore them while running code
Description
Temporarily set options then restore them while running code
Usage
.rxWithOptions(ops, code)
Arguments
ops |
list of options that will be temporarily set for the
|
code |
The code to run during the sink |
Value
value of code
Examples
.rxWithOptions(list(digits = 21), {
print(pi)
})
print(pi)
[Package rxode2 version 2.1.3 Index]