ll_update_experiment_info: Update experiment information

View source: R/db_write.R

ll_update_experiment_infoR Documentation

Update experiment information

Description

Update experiment information

Usage

ll_update_experiment_info(
  exp_id,
  exp_desc = NULL,
  exp_notes = NULL,
  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)

Value

whether the update was successful or not


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