text_which: generic function to know in which elements a pattern can be...

Description Usage Arguments

View source: R/text_which.R

Description

generic function to know in which elements a pattern can be found

text_which default method

generic function to know in which elements a pattern can be found

Usage

1
2
3
4
5
6
text_which(string, pattern, ...)

## Default S3 method:
text_which(string, pattern, ...)

text_grep(string, pattern, ...)

Arguments

string

the text to be searched through

pattern

regex to look for

...

further arguments passed through to grep


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_which in stringb...