md_listidentifiers: List OAI-PMH identifiers for a data provider.

View source: R/md_listidentifiers.r

md_listidentifiersR Documentation

List OAI-PMH identifiers for a data provider.

Description

List identifiers 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_listidentifiers(provider = NULL, from = NULL, until = NULL,
  set = NULL, metadataPrefix = "oai_dc", fuzzy = FALSE)

Arguments

provider

The metadata provider.

from

Specifies that records returned must have been created/update/deleted on or after this date.

until

Specifies that records returned must have been created/update/deleted on or before this date.

set

Optional argument with a setSpec value, which specifies set criteria for selective harvesting.

metadataPrefix

Specifies the metadata format that the records will be returned in.

fuzzy

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

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

md_identify, md_getrecord, md_listmetadataformats, md_listrecords, md_listsets, count_identifiers

Examples

## Not run: 
md_listidentifiers(provider = "dryad", from = "2012-12-15")

## End(Not run)

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