regexContext: get context of a regex

Description Usage Arguments

Description

Get a data frame with the left and right context of the match of a regex.

Usage

1
2
3
4
5
regexContext(.Object, ...)

## S4 method for signature 'character'
regexContext(.Object, regex, ncharContext,
  filenames = NULL, ...)

Arguments

.Object

bla

...

futher parameters that are passed into dirApply

regex

a regex

ncharContext

characters to the left and to the right

filenames

defaults to NULL, then all files will be examined, of provided, only specific files


PolMine/ctk documentation built on May 8, 2019, 3:20 a.m.