confront_tbl: create a table with per record if it abides to the rule.

Description Usage Arguments Details Value

View source: R/confront_tbl.R

Description

create a table with per record if it abides to the rule.

Usage

1
confront_tbl(tbl, x, key = NULL)

Arguments

tbl

dbplyr::tbl_dbi() table in a database, retrieved with tbl()

x

validate::validator() object with validation rules.

key

character with key column name.

Details

The return value of the function is a list with:

Value

a list with needed information, see details.


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