writeChecksum.GenericDataFile: Write the file checksum to a checksum file

writeChecksum.GenericDataFileR Documentation

Write the file checksum to a checksum file

Description

Write the file checksum to a checksum file having the same filename with suffix .md5 added.

Usage

## S3 method for class 'GenericDataFile'
writeChecksum(this, ..., skip=FALSE)

Arguments

skip

If TRUE, an already written checksum file is skipped.

...

Not used.

verbose

...

Value

Returns (invisibly) the pathname to the checksum file. An exception is thrown if the file does not exist.

Author(s)

Henrik Bengtsson

See Also

*validateChecksum(). *compareChecksum(). *readChecksum(). *getChecksum(). For more information see GenericDataFile.


R.filesets documentation built on July 21, 2022, 5:11 p.m.