Highlights
- Pro
Block or Report
Block or report tangerinemarigold
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
# a user-friendly grep2grep_for <- function(terms, list){
3list <- unlist(list)
4grep_results <- (lapply(1:length(terms), function(x){
5grep(terms[x], list, value = TRUE)

