Skip to contents

This function checks whether the Micronix plates provided in a user-uploaded table exist in the main micronix plate database.

Usage

check_micronix_plate_exists(
  con,
  table_name,
  row_number_col,
  plate_name_col,
  plate_barcode_col = NULL
)

Arguments

con

A database connection object.

table_name

The name of the table containing user-uploaded data.

row_number_col

The name of the column in the user-uploaded table that contains row numbers.

plate_name_col

The name of the column in the user-uploaded table that contains the Micronix container names.

plate_barcode_col

The name of the column in the user-uploaded table that contains the Micronix container barcodes.

Value

An instance of the ErrorData class if errors are found, or NULL if there are no errors.