<div dir="ltr"><div>I expected 2010 ZCTA data to be available. However, I get an error when I try to access it:</div><div><br></div><div><div>zip_geo = acs::geo.make(zip.code = &quot;*&quot;)</div><div>acs::acs.fetch(geography = zip_geo, table.number = &quot;B03002&quot;,</div><div>+ col.names = &quot;pretty&quot;, endyear = 2010, span = 5)</div><div>Error in file(file, &quot;rt&quot;) : cannot open the connection</div></div><div><br></div><div>2011 data works fine for me:</div><div>zip_geo = acs::geo.make(zip.code = &quot;*&quot;)</div><div>acs::acs.fetch(geography = zip_geo, table.number = &quot;B03002&quot;, </div><div>                           col.names = &quot;pretty&quot;, endyear = 2011, span = 5)</div><div><br></div><div>I am unclear whether this error is because the ZCTA info is simply not available, or whether there is an error somewhere else in the code.</div></div>