Learn R Programming

treebase (version 0.1.5)

dryad_metadata: Search the dryad metadata archive

Description

Search the dryad metadata archive

Usage

dryad_metadata(study.id, curl = getCurlHandle())

Value

a list object containing the study metadata

Arguments

study.id

the dryad identifier

curl

if calling in series many times, call getCurlHandle() first and then pass the return value in here. Avoids repeated handshakes with server.

Examples

Run this code
if (FALSE) {
  dryad_metadata("10255/dryad.12")
}

Run the code above in your browser using DataLab