
Ensure uniqueness of study subjects and collection dates within longitudinal studies.
validate_longitudinal_study.Rd
Ensure uniqueness of study subjects and collection dates within longitudinal studies.
Usage
validate_longitudinal_study(
con,
table_name,
row_number_col,
study_short_code_col,
study_subject_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.
- collection_date_col
The column name for collection dates.