ps_listidentifiers: Gets all OAI Pensoft identifiers.

View source: R/ps_listidentifiers.r

ps_listidentifiersR Documentation

Gets all OAI Pensoft identifiers.

Description

Gets all OAI Pensoft identifiers.

Usage

ps_listidentifiers(tor = "r", set = "zookeys", metadataPrefix = "oai_dc",
  num = 10, verb = "ListIdentifiers", from = NA,
  url = "http://oai.pensoft.eu", ..., curl = getCurlHandle())

Arguments

tor

Return list of identifiers to R ('r'), or to your directory at '~/.' ('dir') (character).

set

journal, one of 'zookeys','biorisk','phytokeys','neobiota', 'jhr','ijm','compcytogen','subtbiol','natureconservation','mycokeys'

metadataPrefix

one of 'oai_dc' or 'mods'

num

number of identifiers to return (defaults to 10), or 'all' to download the complete set of identifiers

url

the base url for the function (should be left to default).

...

optional additional curl options (debugging tools mostly)

curl

If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Value

List of OAI identifiers for each dataset.

Examples

## Not run: 
identifiers <- ps_listidentifiers(from = '2012-03-10')
ps_listidentifiers

## End(Not run)

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