R/str_filter.R

str_filter <- function(list, regexp)
{  
  short <- list[str_detect(list, regexp)]
  str_match_all(short, regexp)
}
LIKANblk/eyelinesOnline documentation built on May 23, 2019, 10:33 p.m.