Learn R Programming

rdryad (version 0.3.0)

download_url: Get a URL given a Dryad ID

Description

Get a URL given a Dryad ID

Usage

download_url(doi, ...)

dryad_files(doi, ...)

Arguments

doi

(character) A Dryad dataset DOI, of the form 10.5061/dryad.xxx. required

...

Curl options, passed on to crul::HttpClient

Value

(character) One or more URLS for direct download of datasets for the given Dryad DOI

Details

This function name changing to dryad_files in the next version; both work for now

Examples

Run this code
# NOT RUN {
dryad_files(doi = '10.5061/dryad.1758')
dryad_files(doi = '10.5061/dryad.60699')
# }

Run the code above in your browser using DataLab