get_specimens {neotoma2} | R Documentation |
Information for Specimens
get_specimens(x = NA, ...)
x |
Use a single specimenid |
... |
Additional terms passed to get_specimens, most common datasetid |
The function returns a specimens list
Socorro Dominguez s.dominguez@ht-data.com
# To find specimen with ID 7:
my_specimens <- get_specimens(7)
# To find specimens in datasetid 41610
my_specimens2 <- get_specimens(datasetid = 41610)