Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Created March 26, 2016 18:54
Show Gist options
  • Save hrbrmstr/626b1b3a3f4bf744b811 to your computer and use it in GitHub Desktop.
Save hrbrmstr/626b1b3a3f4bf744b811 to your computer and use it in GitHub Desktop.
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