Skip to contents

New sheets are allowed to reuse the sheet name label but they must have the same composition type and density combinations.

Usage

validate_dbs_sheet_label_maps_to_uids(
  con,
  table_name,
  row_number_col,
  batch_col,
  composition_id_col,
  density_col,
  sheet_name_col
)

Arguments

con

A database connection.

table_name

The name of the table to check.

row_number_col

The name of the row number column.

sheet_name_col

The name of the freezer column.

control_uid_col

The name of the bag label column.

Value

A list containing validation errors, if any.