MultiGrep {bfw}R 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


[Package bfw version 0.4.2 Index]