Learn R Programming

ecoengine (version 1.3)

ee_checklists: Ecoengine checklists

Description

Retrieves exisitng checklists from the ecoengine database

Usage

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

Run this code
all_lists  <- ee_checklists()
mammals_list  <- ee_checklists(subject = "Mammals")
spiders  <- ee_checklists(subject = "Spiders")

Run the code above in your browser using DataLab