sr_state_fips_code | R Documentation |
Pulling state data from APIs often requires knowing teh state's fips code, which is an integer. This function allows you to retreive a single state's fips code by entering the state abbreviation.
sr_state_fips_code(state_abb)
state_abb |
Two letter state abbreviation of the state that you want to retrieve the fips code. |
A single integer representing the fips code of the specified state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.