validate {data.validator} | R Documentation |
Prepare data for validation chain
Description
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) |
[Package data.validator version 0.2.1 Index]