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

View source: R/LEEF_2_add_experiment_tables.R

LEEF_2_add_experiment_tablesR Documentation

Add composition and experimetal_design table to db.

Description

Add composition and experimetal_design table to db.

Usage

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

stressor_levels

fully qualified path to the csv file with the stressor levels for each sampling date

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.