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


PredictiveEcology/reproducible documentation built on Dec. 12, 2024, 7:26 p.m.