all_orders_chrono: Open Tree of Life Orders

Description Usage Format Details

Description

Data Frame of all order in Open Tree of Life Taxonomy

Usage

1

Format

data frame

Details

Generated with data(all_ott_orders) all_orders_chrono <- datelife::get_dated_otol_induced_subtree(ott_id = all_ott_orders$ott_id) missing_index <- is.na(match(all_ott_orders$name, all_orders_chrono$tip.label)) missing_ott_orders <- all_ott_orders$ott_id[missing_index] names(missing_ott_orders) <- all_ott_orders$name[missing_index] all_orders_chrono$missing_ott_orders <- missing_ott_orders usethis::use_data(all_orders_chrono, overwrite = TRUE)


LunaSare/phunding documentation built on May 25, 2019, 1:36 p.m.