Skip to contents

Stores the validation result in the db using the dplyr::compute() of the db back-end. This method changes the tbl_validation object! Note that for most back-ends the default setting is a temporary table with a random name.

Usage

# S3 method for tbl_validation
compute(x, name, ...)

Arguments

x

tbl_validation(), result of a confront() of tbl with a rule set.

name

optional, when omitted, a random name is used.

...

passed through to compute on x$query

Value

A dbplyr::tbl_dbi() object that refers to the computed (temporary) table in the database. See dplyr::compute().

See also

Other tbl_validation: tbl_validation-class