Checks the specified filepath for formatting consistencies, such as trailing slashes, etc.
checkPath(path, create)# S4 method for character,logical
checkPath(path, create)
# S4 method for character,missing
checkPath(path)
# S4 method for `NULL`,ANY
checkPath(path)
# S4 method for missing,ANY
checkPath()
A character string corresponding to a filepath.
A logical indicating whether the path should
be created if it doesn't exist. Default is FALSE
.
Character string denoting the cleaned up filepath.