MultiGrep: Multi Grep

MultiGrepR Documentation

Multi Grep

Description

Use multiple patterns from vector to find element in another vector, with option to remove certain patterns

Usage

MultiGrep(find, from, remove = NULL, value = TRUE)

Arguments

find

vector to find

from

vector to find from

remove

variables to remove, Default: NULL

value

logical, if TRUE returns value, Default: TRUE


bfw documentation built on March 18, 2022, 6:19 p.m.