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