Skip to contents

Loads the individual source objects used by an assessment. The returned object is deliberately not an assessment data_in list and has not been processed by sbt::get_data(). Assessment scripts should write their full model configuration explicitly and select objects from this result.

Usage

sbt_load_data(release, verify = TRUE)

Arguments

release

Assessment data release, such as "2023" or "2026".

verify

Logical; verify the SHA-256 hash of the bundled release before reading it.

Value

A plain named list of frozen source-data objects.