pmc_listmetadataformats: List available metadata formats that the PubMed Central...

View source: R/pmc_listmetadataformats.R

pmc_listmetadataformatsR Documentation

List available metadata formats that the PubMed Central repository can disseminate.

Description

List available metadata formats that the PubMed Central repository can disseminate.

Usage

  pmc_listmetadataformats(id = NULL, transform = TRUE,
    url = "http://www.pubmedcentral.gov/oai/oai.cgi")

Arguments

id

DataCite identifier, e.g., "56225"

transform

transform metadata to list (TRUE/FALSE)

url

the base url for DataCite (leave to default)

Examples

## Not run: 
pmc_listmetadataformats() # list all possible metadata formats for PMC
pmc_listmetadataformats("56225") # possible metadata formats for specific identifier

## End(Not run)

ropensci/rpmc documentation built on May 18, 2022, 7:31 p.m.