case-insensitive grep
igrep(..., ignore.case = TRUE)
parameters sent to base::grep()
vector of matching indices
This function is a simple wrapper around base::grep()
which
runs in case-insensitive mode. It is mainly used to save keystrokes,
but is consistently named alongside vgrep
and
vigrep
.