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

View source: R/md_identify.r

md_identifyR Documentation

Identify the OAI-PMH service for each data provider.

Description

Identifies 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_identify(provider = NULL, fuzzy = FALSE, ...)

Arguments

provider

The metadata provider to identify.

fuzzy

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

...

further arguments passed on to agrep (only used when fuzzy equals TRUE).

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

md_getrecord, md_listidentifiers, md_listmetadataformats, md_listrecords, md_listsets, count_identifiers

Examples

## Not run: 
md_identify(provider = "datacite")
md_identify(provider = c("datacite","pensoft")) # many providers
md_identify(provider = "arXiv") # arXiv
md_identify(provider = c("harvard", "journal")) # no match for one, two matches for other
md_identify(provider = c("data", "theory", "biology"))
md_identify(provider = "Takasu database") # refine previous for data

# Using fuzzy match
md_identify(provider = "biology", fuzzy=TRUE)

## End(Not run)

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