Description Usage Arguments Value Examples
Hash a string to an integer
| 1 | hash_string(x)
 | 
| x | A character vector to be hashed. | 
A vector of integer hashes.
| 1 2 | s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)
 | 
[1]  1170348120  1378547157   453614973 -2092838915  1424956863  -594843830
[7]  -996557427   662007074
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.