View source: R/HashStreetName.R
HashStreetName | R Documentation |
Hash a street name quickly and accurately
HashStreetName(x)
unHashStreetName(x)
x |
A character vector of uppercase street names (without the street type). |
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
.
HashStreetName("FLINDERS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.