R.utils (version 2.12.3)

isUrl: Checks if one or several pathnames is URLs

Description

Checks if one or several pathnames is URLs.

Usage

# S3 method for default
isUrl(pathname, ...)

Value

Returns a logical

vector of either TRUE or FALSE.

Arguments

pathname

A character vector.

...

Not used.

Author

Henrik Bengtsson