View source: R/get_specimens.R
get_specimens.sites | R Documentation |
Get Specimen Sites
## S3 method for class 'sites'
get_specimens(x, ...)
x |
Use a single number to extract site information |
... |
Other possible parameters such as datasetid |
The function returns a specimens list
# To find specimen with ID 7:
my_site <- get_sites(13296)
# To find specimens in `my_site`
my_specimens <- get_specimens(my_site)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.