powered by
splits names and creates a matrix
split2table(names, split = "\\||\\_")
vector with names
patter to use to split
matrix
# NOT RUN { dat = c("bla_ra0/2_run0","bla_ra1/2_run0","bla_ra2/2_run0") split2table(dat,split="\\_|\\/") # }
Run the code above in your browser using DataLab