dot-rxWithWd: Temporarily set options then restore them while running code

.rxWithWdR Documentation

Temporarily set options then restore them while running code

Description

Temporarily set options then restore them while running code

Usage

.rxWithWd(wd, code)

Arguments

wd

working directory to temporarily set the system to while evaluating the code

code

The code to run during the sink

Value

value of code

Examples


.rxWithWd(tempdir(), {
  getwd()
})

getwd()

RxODE documentation built on March 23, 2022, 9:06 a.m.