compute.tbl_validation: Store the validation result in the db

Description Usage Arguments Value See Also

View source: R/compute.R

Description

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

1
2
## S3 method for class '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


validatedb documentation built on Oct. 6, 2021, 5:17 p.m.