Checks and removes duplicate subject ids that can happen when misentered during task administration
dataframe
Column name(s) that should be uniquely identified and will be used to check for duplicate id's grouped by these columns (e.g., "Subject", c("Subject, Session))
Column names that uniquely identify a testing administration. (e.g., "Date", "Time"). Can also be: "none" or NULL
Number of unique id's expected (default: 1).
logical. Remove duplicate ids from data? (default: TRUE)
Which duplicate id should be kept? options: "none", "first date_time", "least missing"
Folder path and file name to output the duplicate ID's
deprecated. Use unique_id instead.
deprecated. Use date_time instead.