Skip to content

campfin 1.0.8

Compare
Choose a tag to compare
@k5cents k5cents released this 02 Sep 17:14
  • Add string argument to guess_delim() to read the input as a single line
    of a file regardless of \n presence.
  • Have the delim argument of read_names() default to guess_delim().
  • Add pad argument to normal_zip() (default FALSE) to control the use of
    str_pad() on ZIP codes without a leading zero.
  • The end argument has been added to abbrev_full to target only full
    values at the end of a string. Defaults to FALSE.
  • normal_address() uses end = TRUE in abbrev_full to 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"