strsplit2matrix:
split a vector of strings into tabular data
Description
split a vector of strings into tabular dataUsage
strsplit2matrix(x, split, fixed = FALSE, perl = FALSE)
Arguments
split
the character or regex to split on
Examples
Run this code# a.bed <- strSplitToMatrix(x)
Run the code above in your browser using DataLab