A shared generic across the LLMR method packages. It returns the
methods-section prose and tables for a result object (what a paper's
appendix would print), as distinct from diagnostics(), which returns the
machine-readable numbers.
Arguments
- x
An object returned by an LLMR method package.
- ...
Passed to methods (some methods require extra arguments, e.g.
some LLMRcontent report methods require the gold set and protocol).
Value
A method-defined report object, by convention a character vector
with a print method.
Details
LLMR defines the generic and an erroring default only. The method packages
(LLMRcontent, LLMRpanel) provide the implementations.
Examples
if (FALSE) { # \dontrun{
# LLMRcontent, for instance, drafts the robustness appendix:
report(audit)
} # }