file_path {xpose} | R Documentation |
Wrapper around 'file.path' that cleans trailing forward slash and missing 'dir'.
file_path(dir, file)
dir |
A string or vector of strings containing the directory path. |
file |
A file name or vector containing the file names. |
A string or vector of string of the full file path.