str_stand: Standartize character vector

Description Usage Arguments Value Examples

Description

Standartize means: trimming white space at the end and in the beginning, elimination of punctiation, transliteration, removing capitalization

Usage

1
str_stand(z, translit = TRUE)

Arguments

translit

logical whether we transliterate vector into latin

x

the character vector

Value

standartized character vector

Examples

1
str_stand("пРивет!")

bdemeshev/bigr documentation built on May 12, 2019, 3:40 a.m.