get_specimens: get_specimens

View source: R/get_specimens.R

get_specimensR 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)


neotoma2 documentation built on May 29, 2024, 6:21 a.m.