NINAnor/ecosystemCondition

Better tables

Closed this issue · 1 comments

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")

image

Fixed