Appendix 4 – State of the Value – Fish and Fish Habitat
Summary tables of indicators and spatial output field descriptions from Skeena Sustainability Assessment Forum (2021) are included in Tables 5.4 - 5.5.
my_caption <- ("SSAF State of the Value Report for Fish and Fish Habitat - indicator summaries.")
my_tab_caption()
path_esi <- "data/skt/ssaf-state-of-the-values-report-for-fish-and-fish-habitat-2020-data/ssaf_esi_t1_watershed_datadict_2020-11-17.xlsx"
readxl::read_excel(
path = path_esi,
sheet = "Indicator Summary"
) |>
dplyr::select(`Field Name`, dplyr::everything()) |>
my_dt_table(cols_freeze_left = 2, page_length = 5, escape = TRUE)
my_caption <- ("SSAF State of the Value Report for Fish and Fish Habitat - field descriptions")
my_tab_caption(tip_flag = FALSE)