R/followed_by_STE_POSTCODE.R

Defines functions followed_by_STE_POSTCODE

followed_by_STE_POSTCODE <- function(w_i, x) {
  stopifnot(is.integer(w_i), is.character(x))
  .Call("Cfollowed_by_STE_POSTCODE", w_i, 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.