clean_text: Returns string in upper-case without accents, tildes and...

Description Usage Arguments Value Examples

View source: R/clean_text.R

Description

clean_text converts the provided string to upper-case and removes accents, tildes and cedillas.

Usage

1
clean_text(string)

Arguments

string

A character string

Value

A clean, upper-case version of provided string

Examples

1
2
3
clean_text('São Paulo')
clean_text('Mogi-Mirim')
clean_text(c('Carapicuíba', 'Tibiriçá', 'SERTÃOZINHO'))

andremenegatti/cagedExplorer documentation built on July 1, 2020, 1:25 a.m.