ala_list: Species lists

Description Usage Arguments Details Value References See Also Examples

View source: R/ala_lists.R

Description

Retrieves a specified species list. See ala_lists to find all available species lists.

Usage

1
ala_list(druid, kvp = TRUE, verbose = ala_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?

Details

Note that this refers to pre-generated lists of species stored on the ALA servers. The similarly-named but different function specieslist provides a different function, namely listing the species matching a query or recorded as present in a search area.

Value

data.frame

References

https://lists.ala.org.au and the associated web services at https://lists.ala.org.au/ws

See Also

specieslist, ala_lists

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
 all_lists <- ala_lists()
 ## find the "Field Guide apps species profiles" from Museum Victoria
 all_lists[grep("Field Guide", all_lists$listName), ]

 ## download the vertebrates one
 l <- ala_list(druid = "dr1146")

## End(Not run)

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