get_specimens {neotoma2}R Documentation

get_specimens

Description

Information for Specimens

Usage

get_specimens(x = NA, ...)

Arguments

x

Use a single specimenid

...

Additional terms passed to get_specimens, most common datasetid

Value

The function returns a specimens list

Author(s)

Socorro Dominguez s.dominguez@ht-data.com

Examples


# To find specimen with ID 7:
my_specimens <- get_specimens(7)
# To find specimens in datasetid 41610
my_specimens2 <- get_specimens(datasetid = 41610)


[Package neotoma2 version 1.0.3 Index]