Learn R Programming

sorvi (version 0.7.26)

is_url: Check if the given object is an url string

Description

Arguments:

Usage

is_url(s)

Arguments

s

input object to check

Returns:

Value

TRUE/FALSE indicating whether the input string is a valid URL.

References

See citation("sorvi")

Examples

Run this code
# NOT RUN {
is_url("http://aa.px")
# }

Run the code above in your browser using DataLab