grepMulti: grepMulti works similarly to 'grepl', but for multiple...

Description Usage Arguments Value Author(s)

View source: R/grepMulti.R

Description

grepMulti works similarly to grepl, but for multiple patterns and returning the object.

Usage

1
grepMulti(x, patterns, unwanted = NULL)

Arguments

x

object where to look for patterns.

patterns

Character vector of patterns to look for objects.

unwanted

Character vector of patterns to exclude from search.

Value

The objects with specified patterns combined

Author(s)

Tati Micheletti


tati-micheletti/usefun documentation built on June 29, 2020, 9:31 a.m.