ee_checklists: Ecoengine checklists

Description Usage Arguments Value Examples

View source: R/ee_checklists.R

Description

Retrieves existing checklists from the ecoengine database

Usage

1
ee_checklists(subject = NULL, foptions = list())

Arguments

subject

Enter one of the following subjects: Mammals, Mosses, Beetles, Spiders, Amphibians, Ants, Fungi, Lichen, Plants.

foptions

A list of additional arguments for httr. There is no reason to use this argument except for debugging purposes.

Value

data.frame

Examples

1
2
3
# all_lists  <- ee_checklists()
# mammals_list  <- ee_checklists(subject = "Mammals")
# spiders  <- ee_checklists(subject = "Spiders")

ecoengine documentation built on Feb. 20, 2020, 9:08 a.m.