remove_url {malaytextr}R Documentation

Remove URL links

Description

Remove URL links

Usage

remove_url(string)

Arguments

string

String to change

Details

remove_url() is an approach to remove link(s) from a string

Value

Returns a string with URL links removed

Examples

x <- c("test https://t.co/fkQC2dXwnc", "another one https://www.google.com/ to try")
remove_url(x)

[Package malaytextr version 0.1.3 Index]