state.data: State-level Decennial Census data

Description Usage Arguments Examples

Description

State-level Decennial Census data

Usage

1
state.data(token, state = "*", variables, year = 2010, survey = "sf1")

Arguments

token

Unique API token

state

Vector of state numbers. Defaults to "*" for all states.

variables

Vector of variable codes.

year

Either 2000 or 2010; 1990 is partially supported but may have errors.

survey

Either "sf1" or "sf3"

Examples

1
2
3
state.data(token = token, state = c(47:49), variables = c("P001001", "PCT014003"))
state.data(token = token, variables = c("P001001", "PCT014003"))
state.data(token = token, state = "*", variables = c("P001001", "PCT014003"))

nancyorgan/demogromatics documentation built on May 29, 2019, 1:19 p.m.