Learn R Programming

ALA4R (version 1.9.1)

occurrence_details: Retrieve the full details of occurrence records

Description

Note that this makes a separate web request for each occurrence uuid, and so may not be wise to use on a large number of uuids.

Usage

occurrence_details(uuid, verbose = ala_config()$verbose)

Arguments

uuid

string: one or more record ids, as returned by occurrences (in the data$id column)

verbose

logical: show additional progress information? [default is set by ala_config()]

Value

A named list (named by uuid), each element of which is a list containing the details for that uuid. This inner list will be empty if no match is found for the supplied uuid

References

Associated ALA web service: https://api.ala.org.au/#ws102

See Also

occurrences ala_config

Examples

Run this code
# NOT RUN {
s1 <- occurrence_details("f259c5ce-200c-41a2-b73a-e36a91f748f7")
str(s1, max.level = 3)
# }

Run the code above in your browser using DataLab