Hash a string to an integer
Examples
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)
#> [1] -1265721719 -727342581 -1125663377 258658140 -11612900 1695112593
#> [7] -1411833952 -1120374007
Hash a string to an integer
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)
#> [1] -1265721719 -727342581 -1125663377 258658140 -11612900 1695112593
#> [7] -1411833952 -1120374007