R.utils (version 1.4.2)

isAbsolutePath: Checks if this pathname is absolute

Description

Checks if this pathname is absolute.

Usage

## S3 method for class 'default':
isAbsolutePath(pathname, ...)

Arguments

pathname
A character string of the pathname to be checked.
...
Not used.

Value

  • Returns a TRUE if the pathname is absolute, otherwise FALSE.