sbdi_lists | R Documentation |
Find SBDI species lists
sbdi_lists(guid, offset = 0, max = 500, verbose = sbdi_config()$verbose)
guid |
string: (optional) if provided, return only lists in which this GUID appears |
offset |
integer: the number of lists to skip. This supports paging |
max |
integer: the maximum number of lists to return. This supports paging |
verbose |
logical: show additional progress information? |
data.frame of list name and other details
https://lists.biodiversitydata.se and the associated web services at https://lists.biodiversitydata.se/ws
sbdi_list
## Not run:
## lists that include the giant African snail Achatina fulica
## (which is a notifiable pest species in some states)
l <- sbdi_lists(search_guids("Achatina fulica")$guid)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.