Skip to contents

This function returns a data frame about social vulnerability index (SVI) from State Cancer Profiles.

Usage

demo_svi(area, svi)

Arguments

area

A state/territory abbreviation or USA.

svi

One of the following values:

  • "Overall"

  • "socioeconomic status"

  • "household characteristics"

  • "racial & ethinic minority status"

  • "housing type & transportation".

Value

A data frame with the following columns: County, FIPS, Score.

Examples

if (FALSE) {
demo_svi(
  area = "WA",
  svi = "overall"
)

demo_svi(
  area = "usa",
  svi = "overall"
)

demo_svi(
  area = "dc",
  svi = "socioeconomic status"
)
}