remove_url | R Documentation |
Remove URL links
remove_url(string)
string |
String to change |
remove_url()
is an approach to remove link(s) from a string
Returns a string with URL links removed
x <- c("test https://t.co/fkQC2dXwnc", "another one https://www.google.com/ to try")
remove_url(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.