| .rxWithWd {RxODE} | 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()