md_listrecords: List records of an OAI-PMH from a data provider.

View source: R/md_listrecords.r

md_listrecordsR Documentation

List records of an OAI-PMH from a data provider.

Description

List records 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_listrecords(provider = NULL, from = NULL, until = NULL, set = NULL,
  metadataPrefix = "oai_dc", token = NULL, 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.

token

A token previously provided by the server to resume a request where it last left off.

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_getrecord, md_listsets, count_identifiers

Examples

## Not run: 
# Single source
md_listrecords(provider = "datacite")

# Fuzzy seaerch, take 3
md_listrecords(provider = "biology", fuzzy=TRUE)

## End(Not run)

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