powered by
split a vector of strings into tabular data
strsplit2matrix(x, split, fixed = FALSE, perl = FALSE)
a character vector
the character or regex to split on
fixed i.e. no regex
per style
Daryl Waggott
if (FALSE) { a.bed <- strSplitToMatrix(x); }
Run the code above in your browser using DataLab