<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Tw Cen MT";
        panose-1:2 11 6 2 2 1 4 2 6 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
span.kw
        {mso-style-name:kw;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi there,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">I am trying to use the R ACS package to retrieve the 2016 1-year estimates. The following call works for previous end-years, but not for 2016.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-left:.5in">sex.by.age = acs.lookup(table.number=&quot;B01001&quot;, span=1, endyear=2016)<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><b>This is the R output from this call:<o:p></o:p></b></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-left:.5in">trying URL 'http://web.mit.edu/eglenn/www/acs/acs-variables/acs_1yr_2016_var.xml.gz'<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Content type 'application/xml' length 3976355 bytes (3.8 MB)<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">downloaded 3.8 MB<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-left:.5in">Warning messages:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">1: In acs.lookup(table.number = &quot;B01001&quot;, span = 1, endyear = 2016) :<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; XML variable lookup tables for this request<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; seem to be missing from ' https://api.census.gov/data/2016/acs1/variables.xml ';<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; temporarily downloading and using archived copies instead;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; since this is *much* slower, recommend running<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; acs.tables.install()<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">2: In acs.lookup(table.number = &quot;B01001&quot;, span = 1, endyear = 2016) :<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; Sorry, no tables/keyword meets your search.<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp; Suggestions:<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp;&nbsp;&nbsp; try with 'case.sensitive=F',<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp;&nbsp;&nbsp; remove search terms,<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&nbsp;&nbsp;&nbsp; change 'keyword' to 'table.name' in search (or vice-versa)<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<pre style="background:white"><b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Note: I have run <span style="color:#007020">acs.tables.install</span><span style="color:black">(), and still get the same output.<o:p></o:p></span></span></b></pre>
<pre style="background:white"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></pre>
<pre style="background:white"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black">Is there something I am doing incorrectly? I have several scripts that work when accessing 1-year data from 2012 to 2015, but will not work with the 2016 data.<o:p></o:p></span></pre>
<pre style="background:white"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></pre>
<pre style="background:white"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black">Thank you for your time.<o:p></o:p></span></pre>
<pre style="background:white"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></pre>
<pre style="background:white"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black">Sara<o:p></o:p></span></pre>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif"><o:p>&nbsp;</o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif">Sara Hintze<o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif">GIS Data Developer/Analyst | Research Services<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif">Mid-America Regional Council<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif">600 Broadway Blvd., Ste 200<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif">Kansas City, MO 64105<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Tw Cen MT&quot;,sans-serif">816-701-8220 |
<span style="color:#A40000"><a href="www.marc.org"><span style="color:#A40000">www.marc.org</span></a></span><o:p></o:p></span></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>