Rdocumentation
powered by
Learn R Programming
R.utils (version 2.3.0)
isUrl: Checks if one or several pathnames is URLs
Description
Checks if one or several pathnames is URLs.
Usage
"isUrl"(pathname, ...)
Arguments
pathname
A
character
vector
.
...
Not used.
Value
Returns a
logical
vector
of either
TRUE
or
FALSE
.