Skip to contents

Prepare data for validation and generating report. The function prepares data for chain validation and ensures all the validation results are gathered correctly. The function also attaches additional information to the data (name and description) that is then displayed in validation report.

Usage

validate(data, name, description = NULL)

Arguments

data

data.frame or tibble to test

name

name of validation object (will be displayed in the report)

description

description of validation object (will be displayed in the report)