Automatically subset the results of pm_streetDir_detect to return only observations that were not found in the dictionary.
pm_streetDir_none(.data, dictionary, locale = "us")
.data | A postmastr object created with pm_prep |
---|---|
dictionary | Optional; A tbl created with |
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_streetDir_detect,
pm.hasDir
, is removed.
If a street name is also a directional, like North Ave
, it will be
identified as such. See pm_streetDir_parse and pm_streetSuf_parse
for additional details on how these addresses are handled.