powered by
Compute a 'FarmHash' digest for a vector of strings
farmhash(sv)
A vector of integer64 values (using the bit64
integer64
package to ‘decode’ the appropriate binary payload from a numeric vector).
Vector of strings for which a hash digest is requested
if (requireNamespace("bit64", quietly=TRUE)) { suppressMessages(library(bit64)) } farmhash(c("foo", "bar", "baz"))
Run the code above in your browser using DataLab