digest: Calculate the hashes of multiple files

.digestR 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 digest::digest.

Value

A character vector of hashes.

Author(s)

Alex Chubaty


reproducible documentation built on June 22, 2024, 10:18 a.m.