Skip to content

Instantly share code, notes, and snippets.

@portableant
Created August 21, 2015 02:13
Show Gist options
  • Select an option

  • Save portableant/7a40ed0d0589cafe03ab to your computer and use it in GitHub Desktop.

Select an option

Save portableant/7a40ed0d0589cafe03ab to your computer and use it in GitHub Desktop.
A script in R to OAI harvest data from PAS
library('OAIHarvester')
baseurl <- 'https://finds.org.uk/datalabs/oai/request'
data <- oaih_harvest(baseurl, prefix = "oai_dc",from = NULL, until = NULL, set = 'BM',transform = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment