<div dir="ltr">Similar to a prior thread, appears that 5-year ACS data is missing from the &quot;acs&quot; package (2.1.3). To replicate:<div><br></div><div>```</div><div>key &lt;- {KEY}</div><div>place_name &lt;- &quot;Los Angeles city&quot;</div><div>state &lt;- &quot;CA&quot;</div><div>year &lt;- 2013</div><div>geo &lt;- acs::geo.make(state = c(state), place = place_name)<br></div><div><div>acs::acs.fetch(endyear = year, span = 5, geography = geo,</div><div>  table.number = &quot;B23025&quot;, col.names = &quot;pretty&quot;,</div><div>  key = key)</div></div><div>```</div><div><br></div><div>which results in:</div><div><br></div><div>```</div><div>Error: XML content does not seem to be XML: &#39;&#39;<br></div><div>```</div><div><br></div><div>Other years and span seems to work. This problem can be replicated across various tables.</div><div><br></div><div>Attempted to try `acs.tables.install()` which generated a lot of activity, but rerunning the code did not work.</div><div><br></div><div>I am not quite sure how these queries are assembled, but checked the ACS API which seemed to return valid data, e.g., <a href="https://api.census.gov/data/2013/acs/acs5?get=B23025_001E&amp;for=place:*">https://api.census.gov/data/2013/acs/acs5?get=B23025_001E&amp;for=place:*</a> </div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><p dir="ltr"><br>
Tom Schenk Jr.<br>
<a href="mailto:tomschenkjr@gmail.com">tomschenkjr@gmail.com</a><br>
<a href="http://tomschenkjr.net">tomschenkjr.net</a></p>
</div>