cleanText | R Documentation |
Función para limpiar texto, aplica: minuscula, espacios externos sobrantes, puntuaciones, letras solas = TRUE, tides + ñ, números.
cleanText(txt, solas = FALSE)
txt |
texto a limpiar |
solas |
logical para sacar letras guachas, default en FALSE |
char texto limpio
# cleanText(" 25#%Olá,k-- :A1S29É... ") # cleanText(" 25#%Olá,k-- :A1S29É... ", solas = TRUE) # cleanText(c("Olá4 ", " k... ", "Asé"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.