Compute mean trait values for studies that have multiple observations for a given trait

summarise_trait_means(trait_data)

Arguments

trait_data

trait table for austraits list

Value

A reduced trait table, mean values are flagged with the suffix '_summarised' in value_type

Examples

if (FALSE) {
data <- austraits$traits %>% filter(dataset_id == "Falster_2003")
data %>% summarise_trait_means()
}