Function to subset of all data associated with a particular dataset from austraits
extract_taxa(austraits, family = NULL, genus = NULL, taxon_name = NULL)
austraits list object
character string of family
character string of genus
character string of taxon name
A large list of tibbles containing all austraits information for specificied taxa
if (FALSE) {
extract_taxa(austraits, family = "Proteaceae")
extract_taxa(austraits, genus = "Acacia")
}