Validate normalized CCE source tables without stopping the workflow
Source:R/validation.R
validate_cce_tables.Rdvalidate_cce_tables() inspects the normalized source tables required by
build_analysis_dataset() and returns a machine-readable issue table. The
function is designed for preflight checks before running a full analysis.
Usage
validate_cce_tables(
patient_baseline,
treatment_episodes,
outcomes,
biomarkers = NULL,
spec
)Arguments
- patient_baseline
Baseline patient table.
- treatment_episodes
Treatment-episode table.
- outcomes
Outcome table.
- biomarkers
Optional biomarker table.
- spec
A
cce_spec()object.