get_specimens.default {neotoma2} | R Documentation |
Get Specimen datasetid
## Default S3 method:
get_specimens(...)
... |
Pass argument datasetid and the corresponding datasetid |
The function returns a specimens list
{
# To find specimens in datasetid 41610
my_specimens <- get_specimens(datasetid = 41610)
}