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

extract_taxa(austraits, family = NULL, genus = NULL, taxon_name = NULL)

Arguments

austraits

austraits list object

family

character string of family

genus

character string of genus

taxon_name

character string of taxon name

Value

A large list of tibbles containing all austraits information for specificied taxa

Author

Fonti Kar - f.kar@unsw.edu.au

Examples

if (FALSE) {
extract_taxa(austraits, family = "Proteaceae")
extract_taxa(austraits, genus = "Acacia")
}