.digest {reproducible} | R Documentation |
Calculate the hashes of multiple files
Description
Internal function. Wrapper for digest::digest()
using xxhash64
.
Usage
.digest(file, quickCheck, ...)
## S4 method for signature 'character'
.digest(file, quickCheck, algo = "xxhash64", ...)
Arguments
file |
Character vector of file paths. |
quickCheck |
Logical indicating whether to use a fast file size check as a heuristic for determining changes to a file. |
... |
Additional arguments to |
Value
A character vector of hashes.
Author(s)
Alex Chubaty
[Package reproducible version 2.1.2 Index]