md_listsets: List the OAI-PMH sets for each data provider.

View source: R/md_listsets.r

md_listsetsR Documentation

List the OAI-PMH sets for each data provider.

Description

List sets for the data sources from the OAI-PMH list, and others not on that list, including PMC, DataCite, Hindawi Journals, Dryad, and Pensoft Journals.

Usage

md_listsets(provider = NULL, fuzzy = FALSE)

Arguments

provider

The metadata provider.

fuzzy

Do fuzzy search or not (default FALSE). Fuzzy uses agrep.

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

md_identify, md_listidentifiers, md_listmetadataformats, md_listrecords, md_getrecord, count_identifiers

Examples

## Not run: 
md_listsets(provider = "datacite") # DataCite
md_listsets(provider = "arXiv") # arXiv

# Many providers
md_listsets(provider = c("datacite","pensoft","Aston University Research Archive"))

# Fuzzy search
md_listsets(provider = "biology", fuzzy=TRUE)

## End(Not run)

ropensci/rmetadata documentation built on May 18, 2022, 6:41 p.m.