campfin 1.0.8
- Add
stringargument toguess_delim()to read the input as a single line
of a file regardless of\npresence. - Have the
delimargument ofread_names()default toguess_delim(). - Add
padargument tonormal_zip()(defaultFALSE) to control the use of
str_pad()on ZIP codes without a leading zero. - The
endargument has been added toabbrev_fullto target onlyfull
values at the end of a string. Defaults toFALSE. normal_address()usesend = TRUEinabbrev_fullto target only the
street type.
abbrev_full("123 MOUNTAIN ROAD", full = usps_street, end = FALSE)
#> "123 MTN RD"
normal_address("123 MOUNTAIN ROAD", abb = usps_street)
#> "123 MOUNTAIN RD"