hash_precursor: A semi-vectorized hash function

Description Usage Arguments Value

View source: R/hash.R

Description

If the ... arguments all have the same length, this function will return a vector of the same length with hashes corresponding to each entry in the corresponding list. If the ... arguments don't have the same length, the overall hash of all values is returned.

Usage

1

Arguments

...

values

Value

a vector of hashed values (if ... all have the same length), a scalar otherwise


srvanderplas/dataVersionR documentation built on May 7, 2019, 5:02 a.m.