grep, returning values
Arguments
- ..., value, ignore.case
parameters sent to
base::grep()
Details
This function is a simple wrapper around base::grep() which
returns matching values. It is
particularly helpful when grabbing values from a vector, but where the
case (uppercase or lowercase) is known.
See also
Other jam grep functions:
grepls(),
igrep(),
igrepHas(),
igrepl(),
provigrep(),
unigrep(),
unvigrep(),
vigrep()