limpiar_url: Clean URLs from the text variable

View source: R/limpiar_url.R

limpiar_urlR Documentation

Clean URLs from the text variable

Description

Removes the most common forms of URLs from the text variable

Usage

limpiar_url(df, text_var = mention_content)

Arguments

df

Data Frame or Tibble Object

text_var

Name of the text variable/character vector

Value

Data Frame or Tibble object with URLs removed from the text variable

Examples

limpiar_examples %>% dplyr::select(mention_content)

limpiar_examples %>% limpiar_url() %>% dplyr::select(mention_content)


jpcompartir/LimpiaR documentation built on April 6, 2024, 5:22 a.m.