Function to subset of all data associated with a particular dataset from austraits
extract_trait(austraits, trait_names, taxon_names)
A large list of tibbles built from austraits
character string of trait that will be extracted
optional argument
A large list of tibbles containing all austraits information for one particular dataset
if (FALSE) {
extract_trait(austraits, "wood_density", taxon_name = "Acacia celsa")
}