VerifyMD5: Wrapper function for checking an MD5

Description Usage Arguments Examples

Description

Wrapper function for checking an MD5

Usage

1
VerifyMD5(full.path, MD5, stop.program = TRUE)

Arguments

MD5

- the expected MD5

filename

- the filename for the file to check

stop.program=TRUE

- what happens if it fails

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

data.dir <- './data'
data.set.filename <- 'A-File-To-Check.csv'
full.path <- paste0(data.dir,'/',data.set.filename)

VerifyMD5(full.path,'3363CFFB842AB858F425D5E3DC546BF4')


## End(Not run)

StatsResearch/RobsRUtils documentation built on May 9, 2019, 3:04 p.m.