hash_string | R Documentation |
Hash a string to an integer
hash_string(x)
x |
A character vector to be hashed. |
A vector of integer hashes.
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.