Learn R Programming

R.filesets (version 2.15.1)

validate.ChecksumFile: Asserts that the checksum matches the checksum of file

Description

Asserts that the checksum matches the checksum of file.

Usage

# S3 method for ChecksumFile
validate(this, ..., verbose=FALSE)

Value

Returns TRUE. If checksum on record does not match the file, an exception is thrown.

Arguments

...

Not used.

verbose

...

Author

Henrik Bengtsson

See Also

For more information see ChecksumFile.