hash_string: Hash a string to an integer

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Hash a string to an integer

Usage

1

Arguments

x

A character vector to be hashed.

Value

A vector of integer hashes.

Examples

1
2
s <- c("How", "many", "roads", "must", "a", "man", "walk", "down")
hash_string(s)

ropensci/textreuse documentation built on May 19, 2020, 7:40 a.m.