checklist_details: Checklist details

Description Usage Arguments Value See Also Examples

View source: R/ee_checklists.R

Description

Will return details on any checklist

Usage

1
checklist_details(list_name, ...)

Arguments

list_name

URL of a checklist

...

Additional arguments (currently not implemented)

Value

data.frame

See Also

ee_checklists

Examples

1
2
3
4
5
6
7
## Not run: 
spiders  <- ee_checklists(subject = "Spiders")
# Now retrieve all the details for each species on both lists
library(plyr)
spider_details <- ldply(spiders$url, checklist_details)

## End(Not run)

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