Convert a path array to a path as string with entries separated by '|'
Source:R/utilities-path.R
toPathString.Rd
Convert a path array to a path as string with entries separated by '|'
Examples
toPathString(c("Organism", "Organ", "Liver"))
#> [1] "Organism|Organ|Liver"