Convert U.S. state abbreviation to full name.

convert_state_abb_to_name(state = NULL)

Arguments

state

character for state name. May either be an abbreviation or full name and may be either lower-case or upper-case.

Value

lower-case character representing full state name.

Details

Used by other package functions to coerce state parameter to proper format for working with ggplot2::map_data()