file_matches: Compare a file to an MD5 sum

file_matchesR Documentation

Compare a file to an MD5 sum

Description

Compare a file to an MD5 sum

Usage

file_matches(path, md5)

Arguments

path

String giving the path to the file.

md5

String giving expected MD5 sum.

Value

TRUE if path matches md5, otherwise FALSE (including if path doesn't exist).


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.