Return consistent version US ZIP codes using stringr::str_*() functions.
Non-number characters are removed, strings are padded with zeroes on the left
(leading zeroes for New England ZIP codes are often removed by Microsoft
Excel and other programs), and ZIP+4 suffixes are removed. Invalid ZIP codes
from a vector can be removed as well as single (repeating) character strings.