powered by
The function verifies if a valid FIPS code was passed and converts it to a unified standard for internal use.
converted_fips(fips)
the state abbreviation or fips code vector
States Abbreviations or FIPs as FIP character strings
a vector with the State FIPS code
# NOT RUN { library(tidyqwi) converted_fips(37) converted_fips("37") converted_fips("NC") converted_fips("nc") # } # NOT RUN { # }
Run the code above in your browser using DataLab