powered by
Construct path to file without doubled separators
file_path(..., fsep = .Platform$file.sep)
character file path
character vectors
the path separator to use
file.path("files/", "data/", "cars.RData") file_path("files/", "data/", "cars.RData")
Run the code above in your browser using DataLab