prepare_rrd: Prepare the RRD database for usage with the other functions...

View source: R/prepare_rrd.R

prepare_rrdR Documentation

Prepare the RRD database for usage with the other functions in this package.

Description

This function adds the needed tables and creates the vuews needed for the analysis.

Usage

prepare_rrd(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  composition = NULL,
  experimetal_design = NULL,
  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

composition

fully qualified path to the csv file with the composition data

experimetal_design

fully qualified path to the csv file with the experimetal_design data

overwrite

if TRUE, the existing tables / views will be overwritten.


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