Learn R Programming

stringb (version 0.1.17)

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

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

text_which_value(string, pattern, ...)

text_grepv(string, pattern, ...)

# S3 method for default 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