| report | R Documentation |
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.
report(x, ...)
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). |
LLMR defines the generic and an erroring default only. The method packages (LLMRcontent, LLMRpanel) provide the implementations.
A method-defined report object, by convention a character vector with a print method.
diagnostics()
## Not run:
# LLMRcontent, for instance, drafts the robustness appendix:
report(audit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.