Function to subset of all data associated with a particular dataset from austraits

extract_trait(austraits, trait_names, taxon_names)

Arguments

austraits
  • A large list of tibbles built from austraits

trait_names
  • character string of trait that will be extracted

taxon_names
  • optional argument

Value

A large list of tibbles containing all austraits information for one particular dataset

Author

Daniel Falster - daniel.falster@unsw.edu.au

Examples

if (FALSE) {
extract_trait(austraits, "wood_density", taxon_name = "Acacia celsa")
}