quasi_capture: Method capturing the run
Description
Method capturing the run
Usage
quasi_capture(quo, capture, label = NULL)
Arguments
capture
A function to derive the output / warnings / messages
of the function as e.g. evaluate_promise
label
character A label for the evaluated value
Value
act A list including the label (lab),
a caputre of the function (cap) and the code call
itself as (..)