Learn R Programming

PhyInsight (version 0.1.0)

querySpecData: Query Specimen Data

Description

Get specimen and DNA sequence data from the Bold Systems database returned as a dataframe.

Usage

querySpecData(taxonName)

Value

A dataframe where each column pertains to a variable and each row an individual specimen.

Arguments

taxonName

A character string that is the scientific name of a chosen taxon.

Examples

Run this code
# generate a specimen data frame using the taxon 'Antheraea polyphemus'
specdf_Anth <- querySpecData("Antheraea polyphemus")[1:10,]

Run the code above in your browser using DataLab