Split Full Paths at Slashes into Parts
split_paths(paths, dbg = TRUE, use_fs = FALSE)
paths | vector of character representing full file paths |
---|---|
dbg | if |
use_fs | whether or not to simply use |
#> Splitting paths ... ok. (0.00s)segments#> [[1]] #> [1] "path" "to" "file-1" #> #> [[2]] #> [1] "path" "to" "file-2" #>