Skip to contents

Create Validation Log

Usage

create_validation_log(data, pkey, rule_set, ...)

Arguments

data

data fame Input data to be validated

pkey

character a character vector giving the column name of the primary key or unique row identifier in the data

rule_set

a rule set of class validator from the validate package

...

other arguments passed to validate::confront

Value

a data frame formatted as a validation log for human review