R/anyComma.R

Defines functions contains_big4 anyComma

anyComma <- function(x, o = 0L) {
  .Call("C_anyComma", x, o, PACKAGE = packageName())
}

contains_big4 <- function(x) {
  .Call("C_contains_BIG4", x, PACKAGE = packageName())
}

Try the healthyAddress package in your browser

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

healthyAddress documentation built on April 12, 2025, 1:28 a.m.