Create a single wide table from the AusTraits data object

as_wide_table(austraits)

Arguments

austraits

austraits data object

Value

A single wide table with collapsed contexts and locations text and with some cols renamed for alignment with other resources

Examples

if (FALSE) {
data <- austraits
data %>% as_wide_table()
}