make_views: Create all views

View source: R/make_views.R

make_viewsR Documentation

Create all views

Description

This function calls the other make_view_...() functions, wrapped in individual try() blocks.

Usage

make_views(
  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 in the format YYYY-MM-DD

overwrite

if TRUE, overwrite existing view

Value

invisibly NULL


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