R/list_service.R
get_state_fips.Rd
Get all FIPS codes for each US state.
get_state_fips()
API response containing states and their respective FIPS codes.
if (FALSE) { # \dontrun{ state.fips <- get_state_fips() state.fips$Data } # }