state_valid {findSVI}R Documentation

Table of valid full names/abbreviations/FIPS codes of 52 states

Description

A reference table for valid input for state in get_census_data() and find_svi(). In addition, state = "US" or state = NULL is also accepted for nation-level data.

Usage

state_valid

Format

A data frame with 3 columns and 52 rows:

st_abbr

2-letter abbreviation for states.

state

State full name.

fips_code

Federal Information Processing System (FIPS) Codes for states.

Source

County-state reference file 2020 https://www.census.gov/programs-surveys/popest/geographies/reference-files.html


[Package findSVI version 0.1.2 Index]