Skip to contents

This function helps to validate that a study does not have a date for it's short code, which is reserved for control batches.

Usage

validate_study_short_code(con, table_name, row_number, study_short_code_col)

Arguments

con

A database connection object.

table_name

The name of the formatted CSV table in the database.

study_short_code_col

The name of the study short code column.

row_number_col

The name of the row number column.