powered by
The parameter 'value' should not be passed to this function since it is passed internally already.
grepv(reg, data, ...)
values of data which matched the regex
regex param
container
other params forwarded to grep()
grepv("x", c("abc", "xyz")) ## --> "xyz"
Run the code above in your browser using DataLab