strsplit2matrix: split a vector of strings into tabular data

Description Usage Arguments Author(s) Examples

Description

split a vector of strings into tabular data

Usage

1
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

Author(s)

Daryl Waggott

Examples

1
2
3
4
## Not run: 
  a.bed <- strSplitToMatrix(x);
  
## End(Not run)

bedr documentation built on May 2, 2019, 11:36 a.m.

Related to strsplit2matrix in bedr...