Create a new column containing house range values as a list-column.
pm_houseRange_parse(.data, expand_range = TRUE, locale = "us")
.data | A postmastr object created with pm_prep |
---|---|
expand_range | A logical scalar; if |
locale | A string indicating the country these data represent; the only current option is "us" but this is included to facilitate future expansion. |
A tibble with a new column pm.house
that contains the house range
store in a list-column. The list-column will contain the low and
high values for ranges, and can optionally be expanded to include all integer
values within a range if expand_range
is equal to TRUE
.