R.utils (version 0.9.6)

isAbsolutePath: Checks if this pathname is absolute

Description

Checks if this pathname is absolute.

Usage

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

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

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



 [object Object]



IO
programming

Arguments