Learn R Programming

neotoma2 (version 1.0.5)

get_specimens: get_specimens

Description

Information for Specimens

Usage

get_specimens(x = NA, ...)

Value

The function returns a specimens list

Arguments

x

Use a single specimenid

...

Additional terms passed to get_specimens, most common datasetid

Author

Socorro Dominguez s.dominguez@ht-data.com

Examples

Run this code
# \donttest{
# To find specimen with ID 7:
my_specimens <- get_specimens(7)
# To find specimens in datasetid 41610
my_specimens2 <- get_specimens(datasetid = 41610)
# }

Run the code above in your browser using DataLab