View source: R/strsplit2matrix.R
strsplit2matrix | R Documentation |
split a vector of strings into tabular data
strsplit2matrix(x, split, fixed = FALSE, perl = FALSE)
x |
a character vector |
split |
the character or regex to split on |
fixed |
fixed i.e. no regex |
perl |
per style |
Daryl Waggott
## Not run:
a.bed <- strSplitToMatrix(x);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.