querySpecData.Rd
Get specimen and DNA sequence data from the Bold Systems database returned as a dataframe.
querySpecData(taxonName)
A character string that is the scientific name of a chosen taxon.
A dataframe where each column pertains to a variable and each row an individual specimen.
# generate a specimen data frame using the taxon 'Antheraea polyphemus' specdf_Anth <- querySpecData("Antheraea polyphemus")[1:10,]