Description Usage Arguments Author(s) Examples
split a vector of strings into tabular data
1 | 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
1 2 3 4 | ## 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.