.rxWithWd | R Documentation |
Temporarily set options then restore them while running code
.rxWithWd(wd, code)
wd |
working directory to temporarily set the system to while evaluating the code |
code |
The code to run during the sink |
value of code
.rxWithWd(tempdir(), { getwd() }) getwd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.