View source: R/allpautils_names.R
allpautils_names | R Documentation |
This function will allow you to remove accents, hyphens and any strange characters that come from the UTF-8 encoding, with the intention of working with standardized names or texts.Review: https://cran.r-project.org/web/packages/MazamaSpatialUtils/vignettes/MazamaSpatialUtils.html
allpautils_names(string)
string |
Characters vector |
library(innovar)
string <- c("PerĂº", "Estados Unidos")
allpautils_names(string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.