Skip to contents

Confirm that Cryovials with no barcodes have collection dates if there's already a sample from that study subject.

Usage

validate_cryovial_collection_dates(
  con,
  table_name,
  row_number_col,
  study_short_code_col,
  study_subject_col,
  barcode_col,
  collection_date_col
)

Arguments

con

The database connection.

table_name

The table name in the database that contains the data.

row_number_col

The column name for row numbers.

study_short_code_col

The column name for study short codes.

study_subject_col

The column name for study subjects.

barcode_col

The column name for barcodes.

collection_date_col

The column name for collection dates.

Value

ErrorData object or NULL if no errors found.