StandardizeString {PPRL}R Documentation

Standardize String

Description

Preprocessing (cleaning) of strings prior to linkage.

Usage

StandardizeString(strings)

Arguments

strings

A character vector of strings to be standardized.

Details

Strings are capitalized, letters are substituted as described below. Leading and trailing blanks are removed. Other non-ASCII characters are deleted.

Value

Returns a character vector with standardized strings.

Examples

strings = c("Päter", " Jürgen", " Roß")
StandardizeString(strings)


[Package PPRL version 0.3.8 Index]