file_path {path.chain} | R Documentation |
Construct path to file without doubled separators
file_path(..., fsep = .Platform$file.sep)
... |
character vectors |
fsep |
the path separator to use |
character file path
file.path("files/", "data/", "cars.RData")
file_path("files/", "data/", "cars.RData")