FIPS - Get state fips for each state abbrev
Source:R/FIPS_FUNCTIONS.R
fips_state_from_state_abbrev.Rd
FIPS - Get state fips for each state abbrev
Value
vector of 2-digit state FIPS codes like c("10", "44", "44"), same length as input, so including any duplicates
Examples
fips_state_from_state_abbrev(c("DE", "DE", "RI", 'new jersey'))