sbdi_list: Species lists

View source: R/sbdi_lists.R

sbdi_listR Documentation

Species lists

Description

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

Usage

sbdi_list(druid, kvp = TRUE, verbose = sbdi_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.biodiversitydata.se and the associated web services at https://lists.biodiversitydata.se/ws

See Also

sbdi_lists

Examples

## Not run: 
 all_lists <- sbdi_lists()
 ## find the "Field Guide apps species profiles" from Museum Victoria
 all_lists[grep("Field Guide",all_lists$listName),]
 ## download the vertebrates one
 l <- sbdi_list(druid="dr1146")

## End(Not run)


biodiversitydata-se/SBDI4R documentation built on Feb. 23, 2024, 4:15 p.m.