Skip to contents

Computes a hash of an R object using xxHash64 algorithm for fast, deterministic hashing.

Usage

compute_hash(x)

Arguments

x

Any R object to hash

Value

Character string containing the hash value.