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 table (see get_results).
Should success results be presented?
Should warning results be presented?
Should error results be presented?
Number of rows to display in error table.
Works in the same way as head
function.