truncPath {caroline}R Documentation

Truncate a filesystem path.

Description

Truncate by shortening the file name of the path.

Usage

truncPath(path, limit=256, min.length=15)

Arguments

path system path to be checked and potentially shortened.
limit limit to the length of the path.
min.length minimum length of path.

[Package caroline version 0.1-3 Index]