fetch: Fetch a dataset via the EcoData Retriever

Description Usage Arguments Examples

Description

Each datafile in a given dataset is downloaded to a temporary directory and then imported as a data.frame as a member of a named list.

Usage

1
fetch(dataset, quiet = TRUE)

Arguments

dataset

the name of the dataset that you wish to download

quiet

logical, if true retriever runs in quiet mode

Examples

1
2
3
4
5
6
## fetch the Mammal Community Database (MCDB)
MCDB = ecoretriever::fetch('MCDB')
class(MCDB)
names(MCDB)
## preview the data in the MCDB communities datafile
head(MCDB$communities)

ecoretriever documentation built on Jan. 15, 2017, 12:09 p.m.