evidence_schema: Evidence Table Schema Definition

View source: R/evidence_schema.R

evidence_schemaR Documentation

Evidence Table Schema Definition

Description

Returns the column specification for the R4SUB evidence table. Each element describes a column's expected R type and, where applicable, the set of allowed values.

Usage

evidence_schema()

Value

A named list. Each element is a list with type (character) and optionally allowed (character vector) or nullable (logical).

Examples

str(evidence_schema())


r4subcore documentation built on Feb. 20, 2026, 5:09 p.m.