truncPath {caroline} | R Documentation |
Truncate by shortening the file name of the path.
truncPath(path, limit=256, min.length=15)
path |
system path to be checked and potentially shortened. |
limit |
limit to the length of the path. |
min.length |
minimum length of path. |