View source: R/duplicates_remove.R
duplicates_remove | R Documentation |
This function removes duplicate subject files from an E-Merge txt file
duplicates_remove( x, timing.variables = c("SessionDate", "SessionTime"), 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.