View source: R/LEEF_2_report_diagnostic.R
LEEF_2_report_diagnostic | R Documentation |
Report for checking pipeline and sampling
LEEF_2_report_diagnostic(
db = NULL,
suffix = "",
format = "html",
lastDays = 7,
arrow = FALSE,
parquet_dir = "/Volumes/RRD.Reclassification_LEEF-2/parquet/"
)
db |
fully qualified path to the sqlite database. The report will be saved to the same directory. |
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 |
arrow |
if |
parquet_dir |
directory where the parquet files are stored. Default: '/Volumes/RRD.Reclassification_LEEF-2/parquet/'. Will only be used whe |
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.