strsplit2matrix {bedr}R Documentation

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

Author(s)

Daryl Waggott

Examples

## Not run: 
  a.bed <- strSplitToMatrix(x);
  
## End(Not run)

[Package bedr version 1.0.7 Index]