Description Usage Arguments Details Value Author(s) See Also Examples
Replace lower and upper case accented letters with their counterpart without diacritical marks.
1 | accent(x)
|
x |
is a data object which contains diacritical marks. |
This function can replace a variety of common marks, but not all of them. It is designed to be expanded on demand.
a vector with same length of x
without diacritic.
Daniel Marcelino dmarcelino@live.com.
1 2 | x <- 'Thérèse, ne me jugez pas de moitié si vous ne me connaissez pas du tout.'
accent(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.