View source: R/limpiar_link_click.R
limpiar_link_click_reverse | R Documentation |
Undoes the effects of the limpiar_link_click function, giving you the original url variable back.
limpiar_link_click_reverse(df, url_var)
df |
Data Farame or Tibble Object |
url_var |
URL Column |
Data frame with the url_var in original form
df <- LimpiaR::limpiar_examples[1, ]
df <- df %>% limpiar_link_click(mention_url)
df %>% limpiar_link_click_reverse(mention_url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.