HashStreetName {healthyAddress} | R 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")
[Package healthyAddress version 0.4.3 Index]