Skip to contents

This function checks whether the cryovial containers provided in a user-uploaded table exist in the main cryovial tube database.

Usage

check_cryovial_box_exists(
  con,
  table_name,
  row_number_col,
  box_name_col,
  box_barcode_col
)

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.

box_name_col

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

box_barcode_col

The name of the column in the user-uploaded table that contains the manifest barcodes linked with the cryovial.

Value

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