R/directory.R
norm_path.Rd
Normalize and check a vector of paths
norm_path(x = ".", check = FALSE, remove = check) file_path(..., check = FALSE, remove = check) user_file(..., check = FALSE, remove = check)
A character vector of paths
Logical, if TRUE will check if the path exists and output a warning if it does not.
Logical, if TRUE will remove paths that are not found
Character vectors for creating a path
A vector of full file paths