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()
Table 5.4: SSAF State of the Value Report for Fish and Fish Habitat - indicator summaries. NOTE: To view all columns in the table - please click on one of the sort arrows within column headers before scrolling to the right.
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)
Table 5.5: SSAF State of the Value Report for Fish and Fish Habitat - field descriptions
readxl::read_excel(
  path = path_esi,
  sheet = "Output Field Descriptions"
) |> 
  dplyr::select(`Field Name`:`Relevant Indicator`) |> 
  my_dt_table(cols_freeze_left = 2, page_length = 5, escape = TRUE)