rule_works_on_tbl: tests for each rule if it can be executed on the database

View source: R/rule_works_on_tbl.R

rule_works_on_tblR Documentation

tests for each rule if it can be executed on the database

Description

tests for each rule if it can be executed on the database

Usage

rule_works_on_tbl(tbl, x, key = NULL, show_errors = FALSE)

Arguments

tbl

a tbl object with columns used in x

x

a validate::validator() object

key

character names of columns that identify a record

show_errors

if TRUE errors on the database are printed.

Value

logical encoding which validation rules "work" on the database.


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