converted_fips | R Documentation |
The function verifies if a valid FIPS code was passed and converts it to a unified standard for internal use.
converted_fips(fips)
fips |
the state abbreviation or fips code vector |
States Abbreviations or FIPs as FIP character strings
a vector with the State FIPS code
library(tidyqwi)
converted_fips(37)
converted_fips("37")
converted_fips("NC")
converted_fips("nc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.