remove_url {malaytextr} | 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)