List of Contributions

Contact Details

Ribbons

Badges

Derek Thomas


Contributions

1 to 5 of 29 total
Posted By Derek Thomas 12-15-2023 07:26 PM
Found In Egroup: ACS Data Users Group
\ view thread
I'm pretty new to using API, and have had some success, but am running into challenges grabbing data from Table B19013 by zip code. This is the code I'm using. # Install required packages if (!require(tidycensus)) install.packages("tidycensus") if (!require(dplyr)) install.packages("dplyr") ...
Posted By Derek Thomas 12-15-2023 04:49 PM
Found In Egroup: ACS Data Users Group
\ view thread
Is there a way to define in R which variables to pull from an ACS data set using API? Below is the code I use to pull the entire table for B01003 for all US zip codes, but this table only has Estimate and MOE, so it's not too large. But for other tables, I need to exclude some variables to make this ...
Posted By Derek Thomas 12-15-2023 04:23 PM
Found In Egroup: ACS Data Users Group
\ view thread
Very helpful, thanks Jonathan!
Posted By Derek Thomas 12-15-2023 09:22 AM
Found In Egroup: ACS Data Users Group
\ view thread
Separately, for larger tables I am gathering, does anyone have advice on how to pull the specific variables I want rather than pulling the entire table?
Posted By Derek Thomas 12-15-2023 09:19 AM
Found In Egroup: ACS Data Users Group
\ view thread
Hi All, I've been successfully fetching ACS 5-year state legislative district data using my API key for years 2010 - 2022. However, I am having issues fetching the same data at the zip-level (for years 2011 - 2022). I am able to fetch zip-level data for years 2011 - 2018, but when I try to add ...