load_gpdd: Load GPDD data from local directory.

Description Usage Arguments Value Author(s) Examples

Description

Load GPDD data from local directory.

Usage

1
2
3
load_gpdd(dataset_name = c("data", "main", "timeperiod", "taxon",
  "datasource", "biotope", "location"),
  dir = rappdirs::user_data_dir("gpdd"))

Arguments

dataset_name

A string of the name of the dataset.

dir

A directory from which the dataset will be loaded.

Value

The requested dataset loaded in tibble format.

Author(s)

Zihao Li, zihao0104@berkeley.edu

Examples

1
2
3
load_gpdd()
load_gpdd("data")
load_gpdd(c("main", "timeperiod"))

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