Learn R Programming

findSVI (version 0.2.0)

state_valid: 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

Arguments

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.