| orm_report | R Documentation |
orm_report() takes a completed orisma_result object and generates
the full set of outputs including improved visualisations and a rich
bilingual HTML executive report.
orm_report(
result,
topic = NULL,
lang = getOption("orisma.lang", "en"),
out_dir = getOption("orisma.out_dir", "orisma_output"),
formats = c("html", "csv", "plots", "certificate"),
min_records = 1L,
top_n = 8L,
verbose = getOption("orisma.verbose", TRUE)
)
result |
An |
topic |
Character. Domain or technology being analysed. Used in plot subtitles and report headers. If NULL, neutral generic text is used. |
lang |
Character. |
out_dir |
Character. Output directory. Created if it does not exist. |
formats |
Character vector. Which outputs to generate.
Options: |
min_records |
Integer. Minimum records for a category to appear in
plots. Default |
top_n |
Integer. Number of top categories to show in temporal plot.
Default |
verbose |
Logical. Print progress? |
Invisibly returns the output directory path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.