Skip to contents

Add Thresholds to Database

Usage

add_plate_thresholds(
  con,
  thresholds,
  destination_table,
  results_table,
  .control_id = "EBK"
)

Arguments

con

a connection the database

thresholds

a thresholds table to use as insert data, this table is generated by generate_threshold

.control_id

the id to use as the control for thresholds

Details

Additional details...