Joins extra World Flora Online columns to a taxify() result by
looking up taxon_id in the WFO backbone.
Arguments
- x
A data.frame returned by
taxify()withbackend == "wfo".
Value
The same data.frame with additional columns:
- scientificNameID
WFO scientificNameID.
- parentNameUsageID
WFO parentNameUsageID.
- namePublishedIn
Publication reference.
- higherClassification
Higher classification string.
- taxonRemarks
Taxonomic remarks.
- infraspecificEpithet
Infraspecific epithet (for subspecies, varieties, forms).
Examples
# Runs offline against the bundled example database.
old <- options(taxify.data_dir = taxify_example_data())
taxify("Quercus robur") |>
add_wfo_info()
options(old)