file_path {path.chain} | R Documentation |
Construct path to file without doubled separators
Description
Construct path to file without doubled separators
Usage
file_path(..., fsep = .Platform$file.sep)
Arguments
... |
character vectors |
fsep |
the path separator to use |
Value
character file path
Examples
file.path("files/", "data/", "cars.RData")
file_path("files/", "data/", "cars.RData")
[Package path.chain version 0.2.0 Index]