render_semantic_report_ui {data.validator} | R Documentation |
Render semantic version of report
Description
Renders content of semantic report version.
Usage
render_semantic_report_ui(
validation_results,
success = TRUE,
warning = TRUE,
error = TRUE,
df_error_head_n = 6L
)
Arguments
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 |
[Package data.validator version 0.2.1 Index]