R/check_address_input.R

Defines functions check_address_input

check_address_input <- function(x, m = 0L, nThread = getOption("healthyAddress.nThread", 1L)) {
  .Call("C_check_address_input", x, m, nThread, 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.