View source: R/expand-abbrev.R
| expand_state | R Documentation |
This function is used to first normalize an abb and then call
expand_abbrev() using valid_state and valid_name as the abb and rep
arguments.
expand_state(abb)
abb |
A abb US state name character vector (e.g., "Vermont"). |
The 2-letter USPS abbreviation of for state names (e.g., "VT").
Other geographic normalization functions:
abbrev_full(),
abbrev_state(),
check_city(),
expand_abbrev(),
fetch_city(),
normal_address(),
normal_city(),
normal_state(),
normal_zip(),
str_normal()
expand_state(abb = state.abb)
expand_state(abb = c("nm", "fr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.