pm_houseAlpha_any: Do Any Addresses Have Alphanumeric House Numbers

Description Usage Arguments Value

View source: R/houseAlpha.R

Description

Determine whether the alphanumeric house number test returns any matches.

Usage

1
pm_houseAlpha_any(.data, position = "any", locale = "us")

Arguments

.data

A postmastr object created with pm_prep

position

A string indicating where letters are located; one of either "any" (anywhere in the house number), "front" (initial letters of the house number), "end" (last letters of the house number), or "middle" (in the middle but not at the ends).

locale

A string indicating the country these data represent; the only current option is "us" but this is included to facilitate future expansion.

Value

A logical scalar is returned that is TRUE if the data contains at least one alphanumeric house number and FALSE if they do not.


chris-prener/postmastr documentation built on Dec. 13, 2020, 3:39 a.m.