Convert U.S. state abbreviation to full name.
convert_state_abb_to_name(state = NULL)
state | character for state name. May either be an abbreviation or full name and may be either lower-case or upper-case. |
---|
lower-case character representing full state name.
Used by other package functions to coerce state
parameter to proper format
for working with ggplot2::map_data()