| diagnostics | R Documentation |
A shared generic across the LLMR method packages. It returns the small,
machine-readable set of health numbers behind a result object (the part you
would assert in a test or drop into a table), as distinct from report(),
which drafts methods-section prose.
diagnostics(x, ...)
x |
An object returned by an LLMR method package. |
... |
Passed to methods. |
LLMR defines the generic and an erroring default only. The method packages (LLMRcontent, LLMRpanel) provide the implementations, each returning a tibble of the key numbers for its own result classes.
A method-defined object, by convention a tibble of diagnostic values.
report()
## Not run:
# LLMRcontent, for instance, returns one row of stability and fragility numbers:
diagnostics(audit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.