Learn R Programming

R.filesets (version 2.15.1)

writeChecksum.GenericDataFile: 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 GenericDataFile
writeChecksum(this, ..., skip=FALSE)

Value

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

Arguments

skip

If TRUE, an already written checksum file is skipped.

...

Not used.

Author

Henrik Bengtsson

See Also

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