getParent
From R.utils v1.6.2
by Henrik Bengtsson
Gets the string of the parent specified by this pathname
Gets the string of the parent specified by this pathname. This is basically, by default the string before the last path separator of the absolute pathname.
- Keywords
- programming, IO
Usage
## S3 method for class 'default':
getParent(pathname, depth=1, fsep=.Platform$file.sep, ...)
Arguments
Value
Community examples
Looks like there are no examples yet.