Skip to contents

Get validation section data

Usage

get_validation_section(report, section)

Arguments

report

A measure_validation_report object.

section

Section name to retrieve.

Value

The section data, or NULL if not found.

Examples

report <- measure_validation_report(title = "Test Report")
get_validation_section(report, "calibration")  # NULL
#> NULL