View source: R/semantic_report_constructors.R
render_semantic_report_ui | R Documentation |
Renders content of semantic report version.
render_semantic_report_ui(
validation_results,
success = TRUE,
warning = TRUE,
error = TRUE,
df_error_head_n = 6L
)
validation_results |
Validation results table (see get_results). |
success |
Should success results be presented? |
warning |
Should warning results be presented? |
error |
Should error results be presented? |
df_error_head_n |
Number of rows to display in error table.
Works in the same way as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.