Hash a string to an integer
Examples
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)
#> [1] -1318681500 -1781982149 -1419008996 -184704463 166959974 1556378469
#> [7] -1809639922 1623932059
Hash a string to an integer
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)
#> [1] -1318681500 -1781982149 -1419008996 -184704463 166959974 1556378469
#> [7] -1809639922 1623932059