text_which_value: generic function to get whole elements in which pattern was...

Description Usage Arguments

View source: R/text_which.R

Description

generic function to get whole elements in which pattern was found

generic function to get whole elements in which pattern was found

text_which_value default method

Usage

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

text_grepv(string, pattern, ...)

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

Arguments

string

the character vector 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.