occurrence_details: Retrieve the full details of occurrence records

View source: R/occurrence_details.R

occurrence_detailsR Documentation

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 = sbdi_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 sbdi_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 SBDI web service: https://api.biodiversitydata.se/#ws102

See Also

occurrences sbdi_config

Examples

## Not run: 
s1 <- occurrence_details("f31e5f0e-f964-4bc3-b8f3-78f2ad520563")
str(s1,max.level=3)

## End(Not run)

biodiversitydata-se/SBDI4R documentation built on Feb. 23, 2024, 4:15 p.m.