Automatically subset the results of pm_postal_detect to return only observations that were not found to include a postal (zip) code.
pm_postal_none(.data, locale = "us")
.data | A postmastr object created with pm_prep |
---|---|
locale | A string indicating the country these data represent; the only
current option is |
A tibble containing only observations that were not found in
the dictionary. The variable created by pm_postal_detect,
pm.hasZip
, is removed.