global_defer {withr} | R Documentation |
Defer expression globally
Description
This function is mostly internal. It is exported to be called in
standalone defer()
implementations to defer expressions from the
global environment.
Usage
global_defer(expr, priority = c("first", "last"))
Arguments
expr |
|
priority |
|
[Package withr version 3.0.2 Index]