Construct a file system path from a vector of individual path components
Source:R/utils-path.R
path_from_components.Rd
Construct a file system path from a vector of individual path components
Arguments
- components
A character vector: the path components. Note that this function calls
file.path()
as it does the same thing though with a vector of components instead of a variable number of character string arguments.