A data.frame
with the following components:
$TaxonOriginal taxon name as provided in input.
$GenusOriginal genus name as provided in input.
$Hybrid.markerHybrid marker, if taxon is indicated as hybrid in the input.
$SpeciesOriginal specific epithet as provided in input.
$AbbrevOriginal abbreviation other than infraspecific rank included in
input taxon, including "cf.", "aff.", "agg.", "nom. cons.", "nom. cons. prop.",
"nom. inval.", "s.l.", and "s.str." and their orthographic variants.
$Infraspecific.rankOriginal infraspecific rank abbreviation as provided
in input, including "subsp.", "var.", "f.", and their orthographic variants.
$InfraspecificOriginal infraspecific epithet as provided in
input. If infra = FALSE, this is not shown.
$AuthorityOriginal author of taxon name as provided in input.
$IDThe Plant List record ID of the matched taxon before resolving synonyms.
$Plant.Name.IndexLogical. If TRUE the name is in TPL. If a taxon at
infraspecific level is not in TPL, Plant.Name.Index equals FALSE, except for
nominal infraspecies. Also compare Higher.level
.
$TPL.versionVersion of TPL used.
$Taxonomic.statusTaxonomic status of the matched taxon in TPL, either
'Accepted', 'Synonym', 'Unresolved', or 'Misapplied'.
$FamilyFamily name, extracted from TPL for the valid form of the taxon.
$New.GenusGenus name, extracted from TPL for the valid form of the taxon.
$New.Hybrid.markerHybrid marker, extracted from TPL for the valid form
of the taxon.
$New.SpeciesSpecific epithet, extracted from TPL for the valid form of the taxon.
$New.Infraspecific.rankInfraspecific rank abbreviation, extracted from TPL for
the valid form of the taxon, including "subsp.", "var." and "f.".
$New.InfraspecificInfraspecific epithet, extracted from TPL for the
valid form of the taxon.
$New.AuthorityAuthor of taxon name, extracted from TPL for the valid
form of the taxon.
$New.IDThe Plant List record ID of the taxon, once synonyms have been
replaced by valid names. For accepted and unresolved names, this field will
be equivalent to ID
.
$New.Taxonomic.statusTaxonomic status of the resolved taxon in TPL,
once synonyms have been replaced by valid names. 'Accepted' or 'Unresolved'.
$TypoLogical. If TRUE there was a spelling error in the specific or
infraspecific epithet that has been corrected.
$WFormatLogical. If TRUE, fields in TPL had the wrong format for
information to be automatically extracted as they were not properly tabulated
or, alternatively, there was not a unique solution.
$Higher.levelLogical. If TRUE, the input taxon is at infraspecific
level and does not occur in TPL, and the higher (species) level is provided in
the output instead. Also see Plant.Name.Index
.
$DateCurrent date according to Sys.Date
.