strsplit2matrix: split a vector of strings into tabular data

View source: R/strsplit2matrix.R

strsplit2matrixR 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)

bedr documentation built on April 11, 2025, 5:52 p.m.

Related to strsplit2matrix in bedr...