Learn R Programming

rdryad (version 0.1.1)

download_url: Download URL for a Dryad id.

Description

Download URL for a Dryad id.

Usage

download_url(id, curl = getCurlHandle())

Arguments

id
Dryad identifier, i.e. '10255/dryad.19'.
curl
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

Value

  • A URL for dataset for the Dryad id.

Examples

Run this code
download_url(id='10255/dryad.1759')

Run the code above in your browser using DataLab