with_isolated_devices: Executes an expression while isolating any new graphics devices it creates.
Description
Executes an expression while isolating any new graphics devices it creates.
Usage
with_isolated_devices(expr)
Value
result of evaluating expr
Arguments
- expr
The R expression to evaluate.