# TODO: Add comment
#
# Author: Miguel Alvarez
################################################################################
library(taxlist)
Cyperus <- read.csv(system.file("cyperus", "names.csv", package = "taxlist"),
stringsAsFactors = FALSE
)
Cyperus$AcceptedName <- !Cyperus$SYNONYM
new_tax <- df2taxlist(Cyperus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.