Learn R Programming

RTest (version 1.2.6)

quasi_capture: Method capturing the run

Description

Method capturing the run

Usage

quasi_capture(quo, capture, label = NULL)

Arguments

quo

an rlang quo

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 (..)