compute.tbl_validation: Store the validation result in the db

View source: R/compute.R

compute.tbl_validationR Documentation

Store the validation result in the db

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

## 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


data-cleaning/validatedb documentation built on June 11, 2022, 4:33 p.m.