Description Usage Arguments Value Examples
splits names and creates a matrix
| 1 | split2table(names, split = "\\||\\_")
 | 
| names | vector with names | 
| split | patter to use to split | 
matrix
| 1 2 | dat = c("bla_ra0/2_run0","bla_ra1/2_run0","bla_ra2/2_run0")
split2table(dat,split="\\_|\\/")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.