format_path {fMRItools} | R Documentation |
Normalize and validate a path (optionally, within a certain directory).
format_path(path, dir = NULL, mode = NA)
path |
The path to normalize. |
dir |
(Optional) the directory to append to the beginning of the path.
|
mode |
The mode for |
The normalized path, or NULL
if the path was NULL
.