Replace state abbreviations with their corresponding FIPS code
Source:R/state_abbrev_to_fips.R
state_abbrev_to_fips.RdOnly the 50 US states and the District of Columbia are recognized; territory abbreviations (e.g. `"PR"`, `"GU"`, `"VI"`) return `NA`, as narcan is US-only.
Examples
state_abbrev_to_fips(c("CA", "NY", "TX"))
#> [1] "06" "36" "48"