taxize_classification_to_taxonomy_table converts the output of taxize::classification to a data frame.

taxize_classification_to_taxonomy_table(tax, id_type = "name")

Arguments

tax

Output of taxize::classification.

id_type

Either "name" or "id".

Value

A data frame

Details

This fuction was taken from the misctoolsr package on GitHub. Repo: sdgamboa/misctoolsr