View source: R/limpiar_emojis_es.R
limpiar_emojis_es | R Documentation |
Spanish version of limpiar_emojis function. Main usage is for pre-processing the text variable as part of Deep Learning pipeline. The most important argument is whether or not to add the emoji tag, which will also print in snake case.
limpiar_emojis_es(df, text_var = mention_content, with_emoji_tag = FALSE)
df |
Name of Data Frame or Tibble Object |
text_var |
Name of text variable |
with_emoji_tag |
Whether to replace with snakecase linked words or not |
The Data Frame or Tibble object with most emojis cleaned from the text variable
limpiar_examples %>% limpiar_emojis_es() %>% dplyr::select(mention_content)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.