display_results: Displays results of validations.

View source: R/semantic_report_constructors.R

display_resultsR Documentation

Displays results of validations.

Description

Displays results of validations.

Usage

display_results(data, n_passes, n_fails, n_warns)

Arguments

data

Report data.

n_passes

Number of successful assertions.

n_fails

Number of warning assertions.

n_warns

Number of violation assertions.

Value

Validation report.


data.validator documentation built on May 31, 2023, 7:05 p.m.