add_experiment_tables: Add 'composition' and 'experimetal_design' table to db.

View source: R/add_experiment_tables.R

add_experiment_tablesR Documentation

Add composition and experimetal_design table to db.

Description

Add composition and experimetal_design table to db.

Usage

add_experiment_tables(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  composition = NULL,
  experimetal_design = NULL,
  light_decline_schedule = NULL,
  immigration_schedule = 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 experimental design table

light_decline_schedule

fully qualified path to the csv file with the light decline dates

immigration_schedule

fully qualified path to the csv file with the immigration event dates

overwrite

if TRUE, the existing tables will be overwritten. There is actually no need for this.


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