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())
}
HughParsonage/healthyAddress documentation built on Jan. 11, 2025, 12:11 a.m.