realpath | R Documentation |
Express file paths in canonical form
realpath(path)
path |
|
Use normalizePath()
instead for non-existing file paths.
character
.
Absolute (real) file path.
Updated 2022-05-31.
Standard path modifiers:
normalizePath()
.
file.path()
.
Checking for existence, access:
file.access()
.
file.exists()
.
goalie::hasAccess()
.
goalie::allHaveAccess()
.
realpath(".")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.