isAbsolutePath {R.utils} | R Documentation |
Checks if this pathname is absolute.
## Default S3 method: isAbsolutePath(pathname, ...)
pathname |
A character string of the pathname to be checked. |
... |
Not used. |
Returns a TRUE
if the pathname is absolute, otherwise FALSE
.
Henrik Bengtsson (http://www.braju.com/R/)