isUrl {R.utils}R Documentation

Checks if one or several pathnames is URLs

Description

Checks if one or several pathnames is URLs.

Usage

## Default S3 method:
isUrl(pathname, ...)

Arguments

pathname A character vector.
... Not used.

Value

Returns a logical vector.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package R.utils version 1.1.1 Index]