hash_string: Hash a string to an integer

View source: R/RcppExports.R

hash_stringR Documentation

Hash a string to an integer

Description

Hash a string to an integer

Usage

hash_string(x)

Arguments

x

A character vector to be hashed.

Value

A vector of integer hashes.

Examples

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

ropensci/textreuse documentation built on Aug. 8, 2024, 9:17 a.m.