isAbsolutePath
From R.utils v1.1.0
by Henrik Bengtsson
Checks if this pathname is absolute
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
Community examples
Looks like there are no examples yet.