alphash: Create "hashes" of the letters in a character vector

Description Usage Arguments Value

View source: R/text_manipulation.R

Description

The "hash" here is not a true hash, since the output has a variable number of characters, but is instead a string representation of the number of characters in the input string in hexadecimal format.

Usage

1
alphash(x, case_sensitive = FALSE, alphabet = standard_alphabet)

Arguments

x

A character vector to be hashed

case_sensitive

NOT IN USE. This parameter will probably be removed

alphabet

NOT IN USE. This parameter will probably be removed

Value

A character vector equal in length to the input x


AlunHewinson/geocacheR documentation built on Feb. 17, 2020, 6:12 p.m.