Description Usage Arguments Value Examples
clean_text
converts the provided string to upper-case
and removes accents, tildes and cedillas.
1 | clean_text(string)
|
string |
A character string |
A clean, upper-case version of provided string
1 2 3 | clean_text('São Paulo')
clean_text('Mogi-Mirim')
clean_text(c('Carapicuíba', 'Tibiriçá', 'SERTÃOZINHO'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.