pmc_listsets: Retrieve the set structure of DataCite, useful for selective...

View source: R/pmc_listsets.R

pmc_listsetsR Documentation

Retrieve the set structure of DataCite, useful for selective harvesting.

Description

Retrieve the set structure of DataCite, useful for selective harvesting.

Usage

  pmc_listsets(url = "http://www.pubmedcentral.gov/oai/oai.cgi")

Arguments

url

the base url for DataCite (leave to default)

Examples

## Not run: 
out <- pmc_listsets()
nrow(out); head(out)
out[nrow(out),]

## End(Not run)

ropensci/rpmc documentation built on May 18, 2022, 7:31 p.m.