Learn R Programming

sorvi (version 0.7.20)

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
is_url("http://aa.px")

Run the code above in your browser using DataLab