capture_expr_output {riskmetric} | R Documentation |
Capture side effects issued by an evaluated expression
Description
All messaging condition side effects are captured in the order that they are issued.
Usage
capture_expr_output(expr, split = FALSE, env = parent.frame(), quoted = FALSE)
Arguments
expr |
an expression to evaluate, capturing output events as they are issued |
split |
logical: if |
env |
the environment in which |
quoted |
whether |
Value
an with_eval_recording object
[Package riskmetric version 0.2.4 Index]