pm_house_parse: Parse House Numbers

Description Usage Arguments Value

View source: R/house.R

Description

Parse house number data out from pm.address.

Usage

1
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.


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