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.

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