.rxWithOptions | R Documentation |
Temporarily set options then restore them while running code
.rxWithOptions(ops, code)
ops |
list of options that will be temporarily set for the
|
code |
The code to run during the sink |
value of code
.rxWithOptions(list(digits = 21), { print(pi) }) print(pi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.