download_gpdd: Download and Save Data from GPDD.

Description Usage Arguments Value Author(s) Examples

Description

Download and Save Data from GPDD.

Usage

1
2
3
4
download_gpdd(dataset_name = c("gpdd_data", "gpdd_main",
  "gpdd_timeperiod", "gpdd_taxon", "gpdd_datasource", "gpdd_biotope",
  "gpdd_location"), dir = rappdirs::user_data_dir("gpdd"),
  overwrite = "Ask")

Arguments

dataset_name

A string of the name of the dataset.

dir

A directory to which the datasets will be downloaded.

overwrite

Indicates whether to overwrite existing datasets or not.

Value

The requested dataset in tibble format.

Author(s)

Zihao Li, zihao0104@berkeley.edu

Examples

1
2
download_gpdd()
download_gpdd(c("gpdd_data", "gpdd_timeperiod"))

boettiger-lab/gpdd documentation built on June 5, 2019, 4:34 p.m.