Coerce a PhysioBiomarker to a one-row data.frame
Source:R/biomarker.R
as.data.frame.PhysioBiomarker.RdFlattens every field - value, unit, CI, reference range, reliability (ICC/SEM/MDC), and provenance (assay/band/method/software version) - into a single row so biomarkers tabulate and round-trip losslessly.
Usage
# S3 method for class 'PhysioBiomarker'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Arguments
- x
- row.names
Optional row names passed to
base::data.frame().- optional
Ignored; present for S3 generic compatibility.
- ...
Ignored.