Learn R Programming

healthyAddress (version 0.4.5)

HashStreetName: Hash a street name quickly and accurately

Description

Hash a street name quickly and accurately

Usage

HashStreetName(x)

unHashStreetName(x)

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.

Arguments

x

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

Examples

Run this code
HashStreetName("FLINDERS")


Run the code above in your browser using DataLab