cnoelke

Results 2 comments of cnoelke

Thank you for looking into this! For example, this returns an empty table. tidycensus::get_decennial(geography="block", variables="P012003", year="2010", sumfile="sf1", state="50") And this throws an error: tidycensus::get_decennial(geography="block", variables="P012003", year="2010", sumfile="sf1", state="50", county="50001") Error...

Confirming that state-by-county download is working. Gotta add that extra county loop now. Thank you, Kyle!