Description Usage Arguments Value References See Also Examples
View source: R/occurrence_details.R
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.
1 | occurrence_details(uuid, verbose = ala_config()$verbose)
|
uuid |
string: one or more record ids, as returned by
|
verbose |
logical: show additional progress information? [default is set by ala_config()] |
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
Associated ALA web service: https://api.ala.org.au/#ws102
1 2 3 4 5 | ## Not run:
s1 <- occurrence_details("f259c5ce-200c-41a2-b73a-e36a91f748f7")
str(s1, max.level = 3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.