<div dir="ltr"><div><div>Table.number &quot;GCT0103&quot; 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&amp;type=dataset&amp;id=dataset.en.ACS_11_5YR#">http://factfinder2.census.gov/faces/help/jsf/pages/metadata.xhtml?lang=en&amp;type=dataset&amp;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>&gt; us.state = geo.make(state = &quot;*&quot;);</div>
<div>&gt; acs.fetch(geography=us.state, table.number = &quot;GCT0103&quot;)</div><div>Error in seq.default(1, length(names), 2) : wrong sign in &#39;by&#39; argument</div><div><br></div><div> us.county = geo.make(state = &quot;*&quot;, county = &quot;*&quot;);</div>
<div>&gt; acs.fetch(geography=us.county, table.number = &quot;GCT0103&quot;)</div><div>Error in seq.default(1, length(names), 2) : wrong sign in &#39;by&#39; argument<br></div></div>