regmat.ind: Regular Expresstion Matrix Index

Description Usage Arguments Value Author(s)

Description

Internal function for generating a matrix of regular expression position matches, usually mapped to a vector expansion of the input string.

Usage

1
regmat.ind(reg,evl,...)

Arguments

reg

character, The regular expression.

evl

eventlist, The eventlist on which regex in reg is to be performed.

...

additional parameters to pass to gregexpr().

Value

A three column matrix of integers.

Author(s)

Christopher Steven Marcum


informR documentation built on May 1, 2019, 9:22 p.m.