powered by
Remove URL links
remove_url(string)
Returns a string with URL links removed
String to change
remove_url() is an approach to remove link(s) from a string
remove_url()
x <- c("test https://t.co/fkQC2dXwnc", "another one https://www.google.com/ to try") remove_url(x)
Run the code above in your browser using DataLab