ala_lists: Find ALA species lists

Description Usage Arguments Value References See Also Examples

View source: R/ala_lists.R

Description

Returns all available species lists. See ala_list to retrieve a specified list.

Usage

1
ala_lists(guid, offset = 0, max = 5000, verbose = ala_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.ala.org.au and the associated web services at https://lists.ala.org.au/ws

See Also

ala_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 <- ala_lists(search_guids("Achatina fulica")$guid)

## End(Not run)

ALA4R documentation built on July 12, 2021, 9:07 a.m.