isAbsolutePath {R.utils} | R Documentation |
Checks if this pathname is absolute.
## Default S3 method:
isAbsolutePath(pathname, ...)
pathname |
A |
... |
Not used. |
Returns a TRUE
if the pathname is absolute, otherwise FALSE
.
Henrik Bengtsson