This function removes duplicate subject files from an E-Merge txt file
duplicates_remove(x, timing.variables = "SessionStartDateTimeUtc", subj.variable = "Subject", taskname = "", output.folder = "")
x | Imported E-Merge txt file |
---|---|
timing.variables | Variable name in file that corresponds to the session date and time |
subj.variable | Name of varaible with Subject information |
taskname | name of task for saving output file |
output.folder | Folder path to output the duplicate file to |
duplicates_remove(x, subset = c(colnames(x)), context = "Subject")#> Error in duplicates_remove(x, subset = c(colnames(x)), context = "Subject"): unused arguments (subset = c(colnames(x)), context = "Subject")