oai (version 0.2.2)

id: Identify the OAI-PMH service for each data provider.

Description

Identify the OAI-PMH service for each data provider.

Usage

id(url, ...)

Arguments

url

(character) OAI-PMH base url

...

Curl options passed on to GET

Examples

Run this code
# NOT RUN {
# datacite
id("http://oai.datacite.org/oai")

# arxiv
id("http://export.arxiv.org/oai2")

# GBIF - http://www.gbif.org/
id("http://api.gbif.org/v1/oai-pmh/registry")

# curl options
library("httr")
id("http://export.arxiv.org/oai2", config = verbose())
# }

Run the code above in your browser using DataLab