Last chance! 50% off unlimited learning
Sale ends in
Lookup in the APGIII taxonomy and replace family names
apg_lookup(taxa, rank = "family")
(character) Taxonomic name to lookup a synonym for in APGIII taxonomy.
(character) Taxonomic rank to lookup a synonym for. One of family or order.
A APGIII family or order name, or the original name if no match.
Internally in this function, we use the datasets apg_families
and apg_orders
- see their descriptions for the data in them.
The functions apgOrders
apgFamilies
are for scraping
current content from the http://www.mobot.org/MOBOT/research/APweb/ website.
BEWARE: The datasets used in this function are (I think) from Version 12 of the data on http://www.mobot.org/MOBOT/research/APweb/ - I'll update data asap.
# NOT RUN {
# New name found
apg_lookup(taxa = "Hyacinthaceae", rank = "family")
apg_lookup(taxa = "Poaceae", rank = "family")
# Name not found
apg_lookup(taxa = "Asteraceae", rank = "family")
# }
Run the code above in your browser using DataLab