acs5.2011.county: County Level American Community Survey 5-Year Data from 2013

Description Usage Arguments Examples

Description

County Level American Community Survey 5-Year Data from 2013

Usage

1
acs5.2011.county(token, state = "*", county = "*", variables)

Arguments

token

Unique API token

state

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

county

Vector of county numbers. Defaults to "*" for all counties.

variables

Vector of variable codes.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
example = acs5.2011.county(token, state = c("47", "53"), county = "*", variables)
example = acs5.2011.county(token, variables =  variables)
head(example)
state county B01003_001E B02001_002E B02001_003E
1    01    001       53944       42577        9755
2    01    003      179523      155068       16936
3    01    005       27546       13576       12632
4    01    007       22746       17437        5153
5    01    009       57140       54446         806
6    01    011       10877        3115        7619

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