transferScanFiles | R Documentation |
This function will user the transferFiles function to go through all subfolders of the selected folder and transfer files not in one folder to the other
transferScanFiles(from, to, askBeforeContinue = TRUE)
from |
path to a folder whose subfolders you want checked, (e.g. "C:/cg2015scans" or "I:/Departments/Research/EchinaceaCG2015/cg2015scans") |
to |
the drive on which the wanted folder is found (e.g. "F:/", "D:/", or "I:/Departments/Research/EchinaceaCG2015/") |
askBeforeContinue |
logical: should a message be printed before continuing to check other subfolders |
Works from any from and any to as long as the name of the from folder ends with "cgXXXXscans" where XXXX is a number
## Not run:
path1 <- "C:/cg2014scans"
pathos <- "E:/"
transferScanFiles(pathos, path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.