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