make_view_light_decline: Create 'light_decline' view which adds the experimental day

View source: R/make_view_light.R

make_view_light_declineR Documentation

Create light_decline view which adds the experimental day

Description

Create light_decline view which adds the experimental day

Usage

make_view_light_decline(
  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 creation of the view.


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