Find ancestors Ported fromhttps://github.com/James-Thorson-NOAA/FishLife/blob/main/R/Find_ancestors.R
Source:R/find_ancestors.R
find_ancestors.Rd
Find higher taxonomic levels for a given taxon (e.g., Class and Order for a given Family)
Usage
find_ancestors(
child_num,
Database = marlin::FishBase_and_RAM,
ParentChild_gz = Database$ParentChild_gz
)