Determine whether the alphanumeric house number test returns matches for every observation.
pm_houseAlpha_all(.data, position = "any", locale = "us")
.data | A postmastr object created with pm_prep |
---|---|
position | A string indicating where letters are located; one of either
|
locale | A string indicating the country these data represent; the only
current option is |
A logical scalar is returned that is TRUE
if all observations contain
alphanumeric house number and FALSE
otherwise.