.digest | R Documentation |
Internal function. Wrapper for digest::digest()
using xxhash64
.
.digest(file, quickCheck, ...)
## S4 method for signature 'character'
.digest(file, quickCheck, algo = "xxhash64", ...)
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 |
A character vector of hashes.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.