hash: Calculate the hash from a character vector or vector of file...

View source: R/hash_helper.R

hashR Documentation

Calculate the hash from a character vector or vector of file names

Description

If all elements point to existing files, the hashes of these files are calculated, otherwise the hashes of the character vector, one per element.

Calculates the sha256 hash of each file in x.

Calculates the sha256 hash of each element in x.

Usage

hash(x)

hash_file(x)

hash.character(x)

Arguments

x

file name to be hashed


rkrug/ROriginStamp documentation built on Aug. 16, 2022, 5:45 p.m.