State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
R.utils (version 2.4.0)
getParent: Gets the string of the parent specified by this pathname
Description
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.
Usage
"getParent"(pathname, depth=1L, fsep=.Platform$file.sep, ...)
Arguments
pathname
A
character
string of the pathname to be checked.
depth
An
integer
specifying how many generations up the path should go.
fsep
A
character
string of the file separator.
...
Not used.
Value
Returns a
character
string if the parent exists, otherwise
NULL
.