R/has_SaintName.R

Defines functions has_SaintName

has_SaintName <- function(postcode, m = 0L) {
  # TRUE or FALSE depending on whether there is a 'ST < >' street name in that postcode
  .Call("C_has_saint_name", postcode, m, 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.