View source: R/report_reclassification.R
report_reclassification | R Documentation |
The report needs to adapted to new classifications.
report_reclassification(
reclassification_report = system.file(leef, "Reclassification_20220105.Rmd", package =
"LEEF.analysis"),
leef = "LEEF-1",
output_dir = normalizePath(file.path("~", "Reclassification_20220105")),
output_name = "Reclassification_20220105",
format = "html"
)
reclassification_report |
The name of the reclassification report. The default points to the first one. Included reclassification reports are:
|
leef |
LEEF study - allowed are |
output_dir |
directory of the output of the reclassification and the report |
output_name |
The name of the final report, without extension. |
format |
the format of the report as a character vector of length 1.
Supported are at the moment: |
the fully qualified file name to the created report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.