Parse house number data out from pm.address.

pm_house_parse(.data, locale = "us")

Arguments

.data

A postmastr object created with pm_prep

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 tibble with a new column pm.house that contains the house number. If a house number is not detected in the string, a value of NA will be returned.