LEEF_2_report_diagnostic: Report for checking pipeline and sampling

View source: R/LEEF_2_report_diagnostic.R

LEEF_2_report_diagnosticR Documentation

Report for checking pipeline and sampling

Description

Report for checking pipeline and sampling

Usage

LEEF_2_report_diagnostic(
  db = NULL,
  suffix = "",
  format = "html",
  lastDays = 7,
  arrow = FALSE,
  parquet_dir = "/Volumes/RRD.Reclassification_LEEF-2/parquet/"
)

Arguments

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: html (the default), pdf and word.

lastDays

number of last days to be included in graph 2. Default: 7

arrow

if TRUE read data from arrow instead of sqlite database

parquet_dir

directory where the parquet files are stored. Default: '/Volumes/RRD.Reclassification_LEEF-2/parquet/'. Will only be used whe arrow = TRUE

Value

the fully qualified file name to the created report.


LEEF-UZH/LEEF.analysis documentation built on Feb. 8, 2025, 11:18 a.m.