View source: R/sanitize_street.R
sanitize_street | R Documentation |
This function replaces Umlauts, expands "str" to "strasse", transliterates all non-ascii characters, removes punctuation and converts to lower case.
sanitize_street(x)
x |
A character vector containing the steet names |
This is an internal function used in addrlink
.
Make sure house numbers have already been extracted.
Use split_number
or split_address
for that.
Only steet names can go into sanitize_street
.
A character vector of the same length as x containing the sanitized street names.
Daniel Schürmann
split_address
, split_number
, addrlink
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.