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 |
id_col_name |
A |
Value
the input <data.frame>
with and extra element in its
attributes when there are missing or duplicated IDs.
[Package cleanepi version 1.1.0 Index]