Determine the presence of house numbersin a string.
pm_house_detect(.data)
| .data | A postmastr object created with pm_prep |
|---|
A tibble with a new logical variable pm.hasHouse that is
TRUE if a house number is found in the first word of the address
and FALSE otherwise.