make_view_density: Create 'density' view wgich contains all density data from...

View source: R/make_view_density.R

make_view_densityR Documentation

Create density view wgich contains all density data from all measurements

Description

Create density view wgich contains all density data from all measurements

Usage

make_view_density(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  start_date = "2021-09-20",
  overwrite = 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

start_date

the start date of the experiment

overwrite

if TRUE, overwrite existing view

Value

the result of the execution of the ecreatiuon of the view.


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