limpiar_url | R Documentation |
Removes the most common forms of URLs from the text variable
limpiar_url(df, text_var = mention_content)
df |
Data Frame or Tibble Object |
text_var |
Name of the text variable/character vector |
Data Frame or Tibble object with URLs removed from the text variable
limpiar_examples %>% dplyr::select(mention_content)
limpiar_examples %>% limpiar_url() %>% dplyr::select(mention_content)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.