hw_listidentifiers: Retrieve an abbreviated form of List Records, retrieving only...

View source: R/hw_listidentifiers.r

hw_listidentifiersR Documentation

Retrieve an abbreviated form of List Records, retrieving only headers rather than records for specific volume in journal

Description

Retrieve an abbreviated form of List Records, retrieving only headers rather than records for specific volume in journal

Usage

  hw_listidentifiers(from = NULL, until = NULL, set = NULL,
    prefix = "oai_dc", token = NULL, transform = TRUE,
    url = "http://www.hindawi.com/oai-pmh/oai.aspx")

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

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.

transform

transform metadata to list (TRUE/FALSE)

url

the base url for Hindwai (leave to default)

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

Examples

## Not run: 
temp <- hw_listidentifiers()
temp[[1]] #
hw_listidentifiers(set = 'aaa:2007')

## End(Not run)

ropensci/rhindawi documentation built on May 18, 2022, 6:40 p.m.