oai-defunct: Defunct OAI-PMH functions

Description Usage Arguments Details

Description

Defunct OAI-PMH functions

Download metadata for individual Dryad id's

Learn about the Dryad OAI-PMH service.

List Dryad records

Gets OAI Dryad identifiers

Get available Dryad metadata formats

List the sets in the Dryad metadata repository.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
dr_get_records(...)

dr_identify(...)

dr_list_records(
  prefix = "oai_dc",
  from = NULL,
  until = NULL,
  set = "hdl_10255_3",
  token = NULL,
  as = "df",
  ...
)

dr_list_identifiers(
  prefix = "oai_dc",
  from = NULL,
  until = NULL,
  set = "hdl_10255_3",
  token = NULL,
  as = "df",
  ...
)

dr_list_metadata_formats(...)

dr_list_sets(token = NULL, as = "df", ...)

Arguments

...

ignored

Details

The Dryad OAI-PMH service is no longer being updated See http://wiki.datadryad.org/Old:Dryad_API#OAI-PMH

Defunct functions:


rdryad documentation built on July 2, 2020, 3:13 a.m.