hw_listrecords: Harvest records from a Hindawi Publishing Corporation...

View source: R/hw_listrecords.r

hw_listrecordsR Documentation

Harvest records from a Hindawi Publishing Corporation repository.

Description

Harvest records from a Hindawi Publishing Corporation repository.

Usage

  hw_listrecords(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: 
hw_listrecords(set = 'AMET:2012', transform=F)

## End(Not run)

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