R/cw_greplv.R

#' a vectorized version of grep
#' @inheritParams base::grepl
#'
#'
cw_greplv <-
  compiler::cmpfun(
    Vectorize(grepl, vectorize.args = "pattern")
  )

Try the crossword.r package in your browser

Any scripts or data that you put into this service are public.

crossword.r documentation built on May 2, 2019, 12:34 p.m.