format_path {ciftiTools} | R Documentation |
Format a path
Description
Normalize and validate a path (optionally, within a certain directory).
Usage
format_path(path, dir = NULL, mode = NA)
Arguments
path |
The path to normalize. |
dir |
(Optional) the directory to append to the beginning of the path.
|
mode |
The mode for |
Value
The normalized path, or NULL
if the path was NULL
.
[Package ciftiTools version 0.15.1 Index]