adapt | R Documentation |
Adapts Spanish encoding when using UTF8, deleting accents (tildes) and turning ñ into n, ç into c, ü into u.
adapt(data, tolower = FALSE)
data |
Character vector or data frame. If data frame, converts all columns of class character. |
tolower |
If TRUE, returns lower-case. Logical, default = FALSE. |
Same object as input, adapted.
adapt("Ñora")
adapt("Lledó", tolower = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.