occurrence_details: Retrieve the full details of occurrence records

Description Usage Arguments Value References See Also Examples

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

1
occurrence_details(uuid, verbose = nbn_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 nbn_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 NBN web service: https://api.nbnatlas.org/#ws102

See Also

occurrences nbn_config

Examples

1
2
3
4
5
## Not run: 
s1 <- occurrence_details("4fce3968-c4b0-4083-8896-78d8f213d517")
str(s1,max.level=3)

## End(Not run)

fozy81/NBN4R documentation built on May 19, 2019, 8:22 a.m.