sbdi_lists: Find SBDI species lists

Description Usage Arguments Value References See Also Examples

View source: R/sbdi_lists.R

Description

Find SBDI species lists

Usage

1
sbdi_lists(guid, offset = 0, max = 500, verbose = sbdi_config()$verbose)

Arguments

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?

Value

data.frame of list name and other details

References

https://lists.bioatlas.se and the associated web services at https://lists.bioatlas.se/ws

See Also

sbdi_list

Examples

1
2
3
4
5
6
## 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)

bioatlas/r-functionality documentation built on Nov. 1, 2020, 3:42 a.m.