View source: R/semantic_report_constructors.R
get_semantic_report_ui | R Documentation |
Generate HTML validation report.
get_semantic_report_ui(
n_passes,
n_fails,
n_warns,
validation_results,
df_error_head_n
)
n_passes |
Number of passed validations |
n_fails |
Number of failed validations. |
n_warns |
Number of warnings. |
validation_results |
Data frame with validation results. |
df_error_head_n |
Number of rows to display in error table. |
HTML validation report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.