R/grepl_return.R

Defines functions grepl_return

grepl_return <- function(x, pattern){
  x[grepl(pattern,x)]
}
dbrookeUAB/dth documentation built on Oct. 6, 2022, 10:52 p.m.