sbdi_list | R Documentation |
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)
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? |
data.frame
https://lists.biodiversitydata.se and the associated web services at https://lists.biodiversitydata.se/ws
sbdi_lists
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.