powered by
Get specimen and DNA sequence data from the Bold Systems database returned as a dataframe.
querySpecData(taxonName)
A dataframe where each column pertains to a variable and each row an individual specimen.
A character string that is the scientific name of a chosen taxon.
# 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