sanitize_street: Clean Steet Names And Make Them Mergeable

View source: R/sanitize_street.R

sanitize_streetR Documentation

Clean Steet Names And Make Them Mergeable

Description

This function replaces Umlauts, expands "str" to "strasse", transliterates all non-ascii characters, removes punctuation and converts to lower case.

Usage

sanitize_street(x)

Arguments

x

A character vector containing the steet names

Details

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.

Value

A character vector of the same length as x containing the sanitized street names.

Author(s)

Daniel Schürmann

See Also

split_address, split_number, addrlink


KOR.addrlink documentation built on May 29, 2024, 4 a.m.