Objects of class 'dnaEPICO_dnamReport' are list-based results returned by dnamReport(). They combine the prepared report inputs, render result, and final status metadata into one convenience object.

Structure

preparedReport

Object returned by prepareDnamReportInputs().

renderResult

Structured render metadata created by dnamReport().

status

Final status string such as 'rendered', 'skipped', or 'failed'.

outputFile

Path to docs/index.html.

resultTableSources

Named character vector identifying whether each model table used a streamed sidecar or the compatible XLSX fallback.

errorMessage

Final render error or skip message when available, otherwise NULL.

logFile

Resolved path to the optional log file, or NULL when logging was disabled.

See also