if (FALSE) {
# arxiv
id("http://export.arxiv.org/oai2")
# GBIF - http://www.gbif.org/
id("http://api.gbif.org/v1/oai-pmh/registry")
# get back text instead of parsed
id("http://export.arxiv.org/oai2", as = "raw")
id("http://api.gbif.org/v1/oai-pmh/registry", as = "raw")
# curl options
library("httr")
id("http://export.arxiv.org/oai2", config = verbose())
}
Run the code above in your browser using DataLab