-
-
Save juliasilge/4e9476927e1eebb4c326 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
purrr::map_df(2009:2014, function(i) { | |
api_info <- jsonlite::fromJSON(sprintf("http://api.census.gov/data/%s/acs5/", i)) | |
api_info$dataset[, c("title", "c_unavailableMessage")] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment