expect_rcrds: Set the expected values for recording variables
Description
Set the expected values for recording variables
Usage
expect_rcrds(.edibble, ..., .record = TRUE)
Value
An edibble design.
Arguments
.edibble
An edibble design (edbl_design), an edibble data frame (edbl_table) or an
object that contains the edibble data frame in the attribute
design.
...
Name-value pairs with the name belonging to the variable
that are plan to be recorded from set_rcrds() and the values are
the expected types and values set by helper functions, see ?expect-rcrds.
.record
A logical value. This indicates whether to record this
code step. The default is TRUE. It should remain TRUE unless this
function is used as a wrapper in other code.