Skip to content

Instantly share code, notes, and snippets.

@lmullen
Created March 18, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmullen/25abdb528cddfaf7a72e to your computer and use it in GitHub Desktop.
Save lmullen/25abdb528cddfaf7a72e to your computer and use it in GitHub Desktop.
Metadata from Smithonian on Internet Archive
library(magrittr)
library(internetarchive)
query <- c("collection" = "smithsonian")
smithsonian <- query %>%
ia_search(num_results = 6000) %>%
ia_get_items() %>%
ia_metadata()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment