Learn R Programming

bedr (version 1.0.0)

strsplit2matrix: split a vector of strings into tabular data

Description

split a vector of strings into tabular data

Usage

strsplit2matrix(x, split, fixed = FALSE, perl = FALSE)

Arguments

x
a character vector
split
the character or regex to split on
fixed
fixed i.e. no regex
perl
per style

Examples

Run this code
# a.bed <- strSplitToMatrix(x)

Run the code above in your browser using DataLab