raw.getFilenameByMD5: returns the filename with certain MD5sum

View source: R/raw.getFilename.R

raw.getFilenameByMD5R Documentation

returns the filename with certain MD5sum

Description

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')

thomasgredig/RAWdataR documentation built on Nov. 6, 2024, 9:46 a.m.