Learn R Programming

bedr (version 1.0.7)

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

Author

Daryl Waggott

Examples

Run this code
if (FALSE) {
  a.bed <- strSplitToMatrix(x);
  }

Run the code above in your browser using DataLab