md_listmetadataformats: List available metadata formats from various providers.

View source: R/md_listmetadataformats.r

md_listmetadataformatsR Documentation

List available metadata formats from various providers.

Description

List metadata formats 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_listmetadataformats(provider = NULL, identifier = NULL, fuzzy = FALSE,
  seconds = 3)

Arguments

provider

The metadata provider.

identifier

The OAI-PMH identifier for the record. Optional.

fuzzy

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

seconds

Number of seconds to wait for call to complete.

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

See Also

md_identify, md_listidentifiers, md_getrecord, md_listrecords, md_listsets, count_identifiers

Examples

## Not run: 
# List metadata formats for a provider
md_listmetadataformats(provider = "dryad")

# List metadata formats for a specific identifier for a provider
md_listmetadataformats(provider = "pensoft", identifier = "10.3897/zookeys.1.10")

# Fuzzy search
md_listmetadataformats(provider = "biology", fuzzy=TRUE)
md_listmetadataformats(provider = "AnimalPhysiology-LivestockSystems")

## End(Not run)

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