DS4PS / cpp-528-fall-2020

Course shell for CPP 528 Foundations of Data Science III - Project Management
http://ds4ps.org/cpp-528-fall-2020/
1 stars 1 forks source link

Lab 3 #29

Open JayCastro opened 3 years ago

JayCastro commented 3 years ago

msp.pop1 <- get_acs( geography = "tract", variables = "B01003_001", state = "25", county = county.fips[state.fips=="25"], geometry = TRUE ) %>% select( GEOID, estimate ) %>% rename( POP=estimate )

this part keeps saying "Error: You have supplied an invalid or inactive API key. To obtain a valid API key, visit https://api.census.gov/data/key_signup.html." I did this and it doesnt work

cenuno commented 3 years ago

See my comment in #30.

— Cristian E. Nuno


From: JayCastro notifications@github.com Sent: Friday, November 6, 2020 6:35:21 PM To: DS4PS/cpp-528-fall-2020 cpp-528-fall-2020@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [DS4PS/cpp-528-fall-2020] Lab 3 (#29)

msp.pop1 <- get_acs( geography = "tract", variables = "B01003_001", state = "25", county = county.fips[state.fips=="25"], geometry = TRUE ) %>% select( GEOID, estimate ) %>% rename( POP=estimate )

this part keeps saying "Error: You have supplied an invalid or inactive API key. To obtain a valid API key, visit https://api.census.gov/data/key_signup.html." I did this and it doesnt work

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/DS4PS/cpp-528-fall-2020/issues/29, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFZB2S3J2HXJCWDCEUWD5VDSOSW6TANCNFSM4TNLOTYA.

JayCastro commented 3 years ago

ahh it sent twice . my apologizes.