pmc_listidentifiers: Retrieve record headers from the PubMed Central repository.

View source: R/pmc_listidentifiers.R

pmc_listidentifiersR Documentation

Retrieve record headers from the PubMed Central repository.

Description

Retrieve record headers from the PubMed Central repository.

Usage

  pmc_listidentifiers(from = NULL, until = NULL,
    set = NULL, prefix = "oai_dc", token = NULL,
    transform = TRUE,
    url = "http://www.pubmedcentral.gov/oai/oai.cgi")

Arguments

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

specifies the set that returned records must belong to.

prefix

The prefix to use, one of: "oa_dc" (Dublin Core metadata format), "pmc_fm" (PMC front matter metadata format), or "pmc" (full text for open access content only)

token

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

transform

transform metadata to list (TRUE/FALSE)

url

the base url for DataCite (leave to default)

Examples

## Not run: 
pmc_listidentifiers(from = '2012-07-26')

## End(Not run)

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