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.

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

Examples

if (FALSE) { 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") }