[acs-r] Error when trying to fetch data
Ezra Haber Glenn
eglenn at mit.edu
Thu Apr 6 18:39:13 EDT 2017
Hmm. I tried something similar with a different (partial) list of
zipcodes. Can you try with subset of your zipcodes set and see if it
works:
eg:
> acs.fetch(endyear=2014, span=5, geography=geo.make(zip.code=zipcodes[1:10,1]), table.number="B03002", dataset="acs")
> acs.fetch(endyear=2014, span=5, geography=geo.make(zip.code=zipcodes[15:20,1]), table.number="B03002", dataset="acs")
> acs.fetch(endyear=2014, span=5, geography=geo.make(zip.code=zipcodes[30:40,1]), table.number="B03002", dataset="acs")
Anything?
On Thu, 06 Apr 2017 17:53:36 -0400, Jonah Newman wrote:
>
> [1 <multipart/related (7bit)>]
> [1.1 <multipart/alternative (7bit)>]
> [1.1.1 <text/plain; us-ascii (quoted-printable)>]
> [1.1.2 <text/html; us-ascii (quoted-printable)>]
> Hi all,
>
> I’m trying to fetch data from table B03002 using a custom geography of all zipcodes in
> Illinois. I have a dataframe of Illinois zip codes (zipcodes) with the zip codes as
> integers in the first column. Then, I run the following acs.fetch:
>
> data <- acs.fetch(endyear=2014, span=5, geography=geo.make(zip.code=zipcodes[,1]), table.number="B03002", dataset="acs")
>
> But I keep getting this error:
>
> Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
>
> Error during wrapup: evaluation nested too deeply: infinite recursion / options
> (expressions=)?
>
> What am I doing wrong? Can I not use zipcodes in this way? Any help would be greatly
> appreciated!
>
> Thanks!
>
> Jonah
>
> Jonah Newman
> cid:image001.jpg at 01D1EB
> Database Reporter
>
> 111 W. Jackson Blvd. | Suite 820 | Chicago, IL |
> 60604
>
> Office (312) 673-3807 | Cell (312) 857-8675 |
> Twitter @jonahshai
>
> ------------------------------------------------------------------------
>
> Investigating race and poverty since 1972 | Facebook | Twitter |
> Newsletter | Donate | Website
>
> Check out Settling for Misconduct, our database of police settlements in
> Chicago
>
>
> [2 <text/plain; us-ascii (7bit)>]
> _______________________________________________
> acs-r mailing list
> acs-r at mit.edu
> http://mailman.mit.edu/mailman/listinfo/acs-r
--
Ezra Haber Glenn, AICP
Department of Urban Studies and Planning
Massachusetts Institute of Technology
77 Massachusetts Ave., Room 7-346
Cambridge, MA 02139
eglenn at mit.edu
http://dusp.mit.edu/faculty/ezra-glenn
617.253.2024 (w)
617.721.7131 (c)
More information about the acs-r
mailing list