Temporarily set options then restore them while running code
.rxWithOptions(ops, code)
ops
: list of options that will be temporarily set for the code
code
: The code to run during the sinkvalue of code
.rxWithOptions(list(digits = 21), { print(pi) }) print(pi)
Useful links