nbn_list: Species lists

Description Usage Arguments Value References See Also Examples

Description

Note that this refers to pre-generated lists of species stored on the NBN servers. The similarly-named but different function specieslist provides a different function, namely listing the species matching a query or recorded as present in a search area.

Usage

1
nbn_list(druid, kvp = TRUE, verbose = nbn_config()$verbose)

Arguments

druid

string: data resource UID of the list (i.e. the list identifier)

kvp

logical: include key-value pairs? Some lists contain information about the species in the form of key-value pairs

verbose

logical: show additional progress information?

Value

data.frame

References

https://lists.nbnatlas.org and the associated web services at https://lists.nbnatlas.org/ws

See Also

specieslist nbn_lists

Examples

1
2
3
4
5
6
7
8
## Not run: 
 all_lists <- nbn_lists()
 ## find the "Field Guide apps species profiles" from Museum Victoria
 all_lists[grep("Field Guide",all_lists$listName),]
 ## download the vertebrates one
 l <- nbn_list(druid="dr1146")

## End(Not run)

fozy81/NBN4R documentation built on May 19, 2019, 8:22 a.m.