powered by
Hash a string to an integer
hash_string(x)
A vector of integer hashes.
A character vector to be hashed.
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down") hash_string(s)
Run the code above in your browser using DataLab