Add or update a validation section
Examples
report <- measure_validation_report(title = "Test Report")
# Add custom section
report <- add_validation_section(
report,
"custom_study",
list(results = data.frame(x = 1:3, y = 4:6))
)
Add or update a validation section
report <- measure_validation_report(title = "Test Report")
# Add custom section
report <- add_validation_section(
report,
"custom_study",
list(results = data.frame(x = 1:3, y = 4:6))
)