display_results {data.validator} | R Documentation |
Displays results of validations.
display_results(data, n_passes, n_fails, n_warns, df_error_head_n)
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. |
Validation report.