Skip to content

Instantly share code, notes, and snippets.

@zross
Created March 19, 2014 13:46
Show Gist options
  • Save zross/9641960 to your computer and use it in GitHub Desktop.
Save zross/9641960 to your computer and use it in GitHub Desktop.
result<-createCensusTable(
seqnum=c(
"B17010" # Population
),
state="ny",
yr=2010,
span=5,
thetype="e",
sumlevel="BLOCKGROUP",
lineNumbers=list(
c(1:41) # Population
), inclName=FALSE
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment