| state.fips | R Documentation | 
Simple vector to use like state.abb or state.name from the base datasets This has fips codes for states
data(state.fips)
An object of class "vector"
data(state.fips)
x <- c("New York", "Virginia")
state.fips[match(x, state.name)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.