[acs-r] Error message accessing table GCT0103

john doe anon.r.user at gmail.com
Mon Dec 16 10:43:43 EST 2013


Table.number "GCT0103" is a valid table in the 2011 5 year ACS as listed
here
http://factfinder2.census.gov/faces/help/jsf/pages/metadata.xhtml?lang=en&type=dataset&id=dataset.en.ACS_11_5YR#

But when I try to access it with either all state or all county geographies
it causes what appears to be an internal acs.R error message:

> us.state = geo.make(state = "*");
> acs.fetch(geography=us.state, table.number = "GCT0103")
Error in seq.default(1, length(names), 2) : wrong sign in 'by' argument

 us.county = geo.make(state = "*", county = "*");
> acs.fetch(geography=us.county, table.number = "GCT0103")
Error in seq.default(1, length(names), 2) : wrong sign in 'by' argument
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/acs-r/attachments/20131216/0616c809/attachment.htm


More information about the acs-r mailing list