Skip to contents

returns the filename with certain MD5sum

Usage

raw.getFilenameByMD5(file.list, MD5)

Arguments

file.list

path and filenames

MD5

checksum, can be any length

Value

filename with certain MD5 checksum, returns NA if not found

Examples

file.list = file.path(raw.getSampleFiles())
raw.getFilenameByMD5(file.list,'24fefa')
#> [1] "/private/var/folders/bz/zk25f6614w5b3_f61czs2dtc0000gr/T/RtmpfTPid7/temp_libpath302c870eeeb/RAWdataR/extdata/20160718_Dual_MM_MM160622SI1_20160718_2.5K_MVSH_00001.txt"