Skip to contents

Get all FIPS codes for each US state.

Usage

get_state_fips()

Value

API response containing states and their respective FIPS codes.

Examples

if (FALSE) {
state.fips <- get_state_fips()
state.fips$Data
}