multigrep.Rd
Grep entries with a vector search parameters
multigrep(x, desc, intersect = FALSE)
a vector of search terms
target vector of items to be searched
boolean whether to use intersection or union otherwise
result of grep (indices of desc that match x)
Avants BB