isAbsolutePath
From R.utils v2.9.2
by Henrik Bengtsson
Checks if this pathname is absolute
Checks if this pathname is absolute.
- Keywords
- programming, IO
Usage
# S3 method for 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
.
Community examples
Looks like there are no examples yet.