<div dir="ltr"><div><div>Table.number "GCT0103" is a valid table in the 2011 5 year ACS as listed here</div><div><a href="http://factfinder2.census.gov/faces/help/jsf/pages/metadata.xhtml?lang=en&type=dataset&id=dataset.en.ACS_11_5YR#">http://factfinder2.census.gov/faces/help/jsf/pages/metadata.xhtml?lang=en&type=dataset&id=dataset.en.ACS_11_5YR#</a><br>
</div></div><div><br></div><div>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:</div><div><br></div><div>> us.state = geo.make(state = "*");</div>
<div>> acs.fetch(geography=us.state, table.number = "GCT0103")</div><div>Error in seq.default(1, length(names), 2) : wrong sign in 'by' argument</div><div><br></div><div> us.county = geo.make(state = "*", county = "*");</div>
<div>> acs.fetch(geography=us.county, table.number = "GCT0103")</div><div>Error in seq.default(1, length(names), 2) : wrong sign in 'by' argument<br></div></div>