Skip to contents

Validate if barcodes already exist for a given study

Usage

validate_existing_barcodes_by_study(
  con,
  user_data,
  row_number_col,
  barcode_col,
  study_short_code_col
)

Arguments

con

A database connection object.

user_data

A data frame containing the user data.

row_number_col

The name of the column containing the row number.

barcode_col

The column name for barcodes in user_data.

study_short_code_col

The column name for study short codes in user_data.

Value

An instance of the ErrorData class or NULL.