Description Usage Arguments Value
Create report (not working for "shiny" reports)
1 2 3 4 5 6 7 | report_workflow(
confDirs = system.file("extdata/configs/", package = "kwb.qmra"),
report_template_dir = system.file("extdata/report", package = "kwb.qmra"),
report_template_name = "workflow.Rmd",
report_output_dir = NULL,
openReport = TRUE
)
|
confDirs |
directory containing subdirectory/ies of QMRA configurations default: system.file("extdata/configs/", package = "kwb.qmra") |
report_template_dir |
report template directory (default: system.file("extdata/report", package = "kwb.qmra")) |
report_template_name |
default: "workflow.Rmd" |
report_output_dir |
directory where report should be saved, if NULL report_template_dir is used (default: NULL) |
openReport |
open report in browser default: TRUE |
generate html report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.