Learn R Programming

rdryad (version 0.4.0)

doi2handle: Get a Dryad DOI from a handle, and vice versa

Description

Get a Dryad DOI from a handle, and vice versa

Usage

doi2handle(x, ...)

handle2doi(x, ...)

Arguments

x

(character) A Dryad dataset DOI or handle. required

...

Curl options, passed on to crul::HttpClient

Value

(character) a DOI or handle

Examples

Run this code
# NOT RUN {
doi2handle('10.5061/dryad.c0765')
handle2doi('10255/dryad.153920')
doi2handle('10.5061/dryad.c0765')
# }

Run the code above in your browser using DataLab