Created
August 21, 2015 02:13
-
-
Save portableant/7a40ed0d0589cafe03ab to your computer and use it in GitHub Desktop.
A script in R to OAI harvest data from PAS
This file contains hidden or 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
| 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