grep_match: Do GREP and MATCH in One Function

Description Usage Arguments Examples

Description

Do GREP and MATCH in One Function.

Usage

1
grep_match(sequ, dta, sort = FALSE)

Arguments

sequ

vector of greps

dta

list or vector to grep and match on

Examples

1
grep_match(c("^a", "^d", "^b"), c("house", "bird", "dog", "apple"))

data-steve/holstr documentation built on May 14, 2019, 6:17 p.m.