dryad_metadata: Search the dryad metadata archive

Description Usage Arguments Value Examples

View source: R/download_metadata.R

Description

Search the dryad metadata archive

Usage

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

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.

Value

a list object containing the study metadata

Examples

1
2
3
4
## Not run: 
  dryad_metadata("10255/dryad.12")

## End(Not run)

treebase documentation built on May 2, 2019, 11:05 a.m.