US State Abbreviation to Name
US_abb_to_name.Rd
This function converts a two-letter US state abbreviation to the state name. It uses the base R state.abb and state.name vectors, but is extended to included the District of Columbia.
Examples
US_abb_to_name(c("TX", "DC"))
#> [1] "Texas" "District of Columbia"