View source: R/report_diagnostic.R
report_diagnostic | R Documentation |
Report for checking pipeline and sampling
report_diagnostic(
db,
template = "LEEF_1",
suffix = "",
format = "html",
lastDays = 7
)
db |
fully qualified path to the sqlite database. The report will be saved to the same directory. |
template |
Template to be used for report. At the moment only |
suffix |
suffix for the file name |
format |
the format of the report as a character vector of length 1.
Supported are at the moment: |
lastDays |
number of last days to be included in graph 2. Default: 7 |
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.