Order names and their replacements from the Angiosperm Phylogeny Website system of flowering plant classification.
A data frame with 576 rows and 5 variables:
order
: order name
synonym
: if accepted=FALSE
, this is the accepted name;
if accepted=TRUE
, this is NA
, and the name in order
is accepted
accepted
: logical, if name in order
column is accepted or not
original
: original data record from APG website, mapping
name in order
column to a new name, if there is one
accepted_name
: accepted name. accepted names, combining those that
are accepted from order
column, with the new name from synonym
if applicable
This dataset is from Version 14, incorporated on 2020-06-03,
generated using apgOrders()
(update script in inst/ignore/apg_script.R)