check_subject_ids_oness {cleanepi}R Documentation

Checks the uniqueness in values of the sample IDs column

Description

Checks the uniqueness in values of the sample IDs column

Usage

check_subject_ids_oness(data, id_col_name)

Arguments

data

the input data frame

id_col_name

the name of the column that contains the sample IDs

Value

the input data frame with and extra element in its attributes when there are missing or duplicated IDs.


[Package cleanepi version 1.0.2 Index]