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, df_error_head_n)

Arguments

data

Report data.

n_passes

Number of successful assertions.

n_fails

Number of warning assertions.

n_warns

Number of violation assertions.

df_error_head_n

Number of rows to display in error table.

Value

Validation report.


data.validator documentation built on May 29, 2024, 6:37 a.m.