LEEF_2_plot_bottles_per_timestamp: Plot diagnostic plot to check bottles per timestamp

View source: R/LEEF_2_plot_bottles_per_timestamp_per_timestamp.R

LEEF_2_plot_bottles_per_timestampR Documentation

Plot diagnostic plot to check bottles per timestamp

Description

Plot diagnostic plot to check bottles per timestamp

Usage

LEEF_2_plot_bottles_per_timestamp(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  lastDays = 7,
  arrow = FALSE
)

Arguments

db

fully qualified path to the sqlite database. Default, read from option RRDdb. If not set, defaults to option RRDdb; if this is not set, defaults to LEEF.RRD.sqlite

lastDays

last days to plot. Defaoult 7

arrow

if TRUE read data from arrow instead of sqlite database

Value

ggplot object of the plot


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