HashStreetName: Hash a street name quickly and accurately

View source: R/HashStreetName.R

HashStreetNameR Documentation

Hash a street name quickly and accurately

Description

Hash a street name quickly and accurately

Usage

HashStreetName(x)

unHashStreetName(x)

Arguments

x

A character vector of uppercase street names (without the street type).

Value

For HashStreetName, an integer vector the same length as x, a hash of the input; for unHashStreetName the inverse operation.

If the original x does not contain a recognized street name, the result of unHashStreetName will be NA.

Examples

HashStreetName("FLINDERS")



healthyAddress documentation built on April 12, 2025, 1:28 a.m.