Clean raw address data before parsing to improve the parsing process. This may be particularly advantageous for addresses identified as "partial" or "unknown" in pm.type.

pm_mutate_raw(.data, uid, var, new_val)

Arguments

.data

A source tibble that has already had identification numbers added using pm_identify.

uid

A pm.uid value to edit.

var

A character variable containing address data to be edited

new_val

The new value for the for the given address variable.

See also