# TODO: Usage of 'taxlist2df()'
#
# Author: Miguel Alvarez
################################################################################
library(taxlist)
data(Easplist)
spp <- as(Easplist, "data.frame")
head(taxlist2df(Easplist))
head(taxlist2df(Easplist, standard = "dwc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.