Serialize an object and calculate the checksum via
tools::md5sum(). If tools::md5sum() does not have the argument bytes,
the object will be first serialized to a temporary file, which will be
deleted after the checksum is calculated, otherwise the raw bytes of the
object will be passed to the bytes argument directly (which will be
faster than writing to a temporary file).
Usage
md5(...)
Value
A character vector of the checksums of objects passed to md5(). If
the arguments are named, the results will also be named.