checkIntegrity {psichomics} | R Documentation |
MD5
hashes of one or more files and check with
given md5
fileCompute the 32-byte MD5
hashes of one or more files and check with
given md5
file
checkIntegrity(filesToCheck, md5file)
filesToCheck |
Character: files to calculate and match |
md5file |
Character: file containing correct |
Logical vector showing TRUE for files with matching md5sums
and FALSE
for files with non-matching md5sums