R/grepl_09.R

Defines functions grepl_digit gsub_09

gsub_09 <- function(x) {
  .Call("Cgsub_09", x, PACKAGE = packageName())
}

grepl_digit <- function(x) {
  .Call("Cgrepl_digit", x, PACKAGE = packageName())
}

Try the dauphin package in your browser

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

dauphin documentation built on Sept. 6, 2021, 9:09 a.m.