View source: R/delete_duplicates.R
delete_duplicates | R Documentation |
Checks or deletes duplicate files, keeping the older file.
delete_duplicates(folder, check = TRUE, keep_which = "older")
folder |
A folder with a zip or csv files from a jsPsychMaker protocol |
check |
If TRUE, only checks, but does not make changes |
keep_which |
"older"/"newer" |
A list with information
delete_duplicates(folder = system.file("extdata/",package = "jsPsychHelpeR"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.