ll_add_experiment: Add new experiment

View source: R/db_write.R

ll_add_experimentR Documentation

Add new experiment

Description

Add new experiment

Usage

ll_add_experiment(
  exp_id,
  exp_desc = NA,
  exp_notes = NA,
  group_id = default(group_id),
  con = default(con),
  quiet = default(quiet)
)

Arguments

exp_id

the unique identifier of the experiment (usually a few letter code). Will error if id already exists.

group_id

group name, must exist in database (will error if not)

exp_name

longer name of the experiment

desc

device description

device_type_id

device type name, must exist in database (will error if not)

particle_id

optional, will be automatically filled in the first time the device logs to the database

in_use

whether device is in use (if not, cannot log any data)


KopfLab/lablogger documentation built on July 6, 2023, 12:03 a.m.