View source: R/limpiar_retweets.R
limpiar_retweets | R Documentation |
Removes all posts with the 'rt' or 'RT' tag. Particularly effective when used in conjunction with ParseR & SegmentR visualisations.
limpiar_retweets(df, text_var = mention_content)
df |
Name of the Data Frame or Tibble Object |
text_var |
Name of the text variable/character vector |
df <- data.frame(text_variable = cbind(c("rt <3", "RT <3", "original tweet")))
limpiar_retweets(df, text_variable)
limpiar_examples
limpiar_examples %>% limpiar_retweets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.