Learn R Programming

rdryad (version 0.1.1)

getalldryad_metadata: Download metadata for all Dryad oai's for defined time period.

Description

Download metadata for all Dryad oai's for defined time period.

Usage

getalldryad_metadata(transform, progress = "text", write,
    dir = FALSE)

Arguments

transform
(logical) transform metadata to list, TRUE or FLALSE
progress
print progress bar (built in to the call to llply, plyr package)
write
(logical) write metadata to local file, TRUE or FALSE
dir
FALSE (default) or give directory as e.g. "/Mac/dryad/" only if write argument == TRUE

Value

  • A Dryad dataset in a data.frame.

Examples

Run this code
mymetdata <- getalldryad_metadata(T, progress = "text", T,
   "/path/to/dir/")

Run the code above in your browser using DataLab