isolate_example {drake} | R Documentation |
Isolate the side effects of an example.
![[Stable]](../help/figures/lifecycle-stable.svg)
Description
Runs code in a temporary directory in a controlled environment with a controlled set of options.
Usage
isolate_example(desc, code)
Arguments
desc |
Character, description of the example. |
code |
Code to run. |
Value
Nothing.
[Package drake version 7.13.10 Index]