R/as_wide_table.R
as_wide_table.Rd
Create a single wide table from the AusTraits data object
as_wide_table(austraits)
austraits data object
A single wide table with collapsed contexts and locations text and with some cols renamed for alignment with other resources
if (FALSE) {
data <- austraits
data %>% as_wide_table()
}