powered by
Retrieves existing checklists from the ecoengine database
ee_checklists(subject = NULL, foptions = list())
Enter one of the following subjects: Mammals, Mosses, Beetles, Spiders, Amphibians, Ants, Fungi, Lichen, Plants.
A list of additional arguments for httr. There is no reason to use this argument except for debugging purposes.
httr
data.frame
# NOT RUN { # all_lists <- ee_checklists() # mammals_list <- ee_checklists(subject = "Mammals") # spiders <- ee_checklists(subject = "Spiders") # }
Run the code above in your browser using DataLab