View source: R/limpiar_accents.R
limpiar_accents | R Documentation |
Useful for reducing overall number of tokens. Warning: removing accents results in loss of information, so should be done with care.
limpiar_accents(df, text_var = mention_content)
df |
Name of Data Frame or Tibble object |
text_var |
Name of text variable/character vector |
Data Frame or Tibble object with accents in the text variable replaced
limpiar_examples %>% dplyr::select(mention_content)
limpiar_examples %>% limpiar_accents() %>% dplyr::select(mention_content)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.