Render semantic version of report
Source:R/semantic_report_constructors.R
render_semantic_report_ui.Rd
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
head
function.