View source: R/semantic_report_constructors.R
display_results | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.