Better tables
Closed this issue · 1 comments
anders-kolstad commented
Update all chapters with better tables showing the ecosystem and egenskap and ECT:
metaData <- data.frame(Ecosystem,
"Økologisk egenskap" = Egenskap,
"ECT class" = ECT,
check.names = F)
flextable(metaData) %>%
bg(bg = "lightblue", part="header") %>%
theme_vanilla() %>%
set_table_properties(layout = "autofit")
anders-kolstad commented
Fixed