MargaretSiple-NOAA / goa-ai-data-reports

Automate data reports for GOA and AI surveys
1 stars 1 forks source link

Update table about otolith sampling in data process report #38

Closed MargaretSiple-NOAA closed 10 months ago

MargaretSiple-NOAA commented 1 year ago

From @Ned-Laman-NOAA ; want to add new table about otolith samples to future data reports.

The current otolith sampling table looks like this: image

I am meeting with Emily and Zack next week to get the new table for the GOA report and beyond.

Ned-Laman-NOAA commented 1 year ago

What I was thinking of for the otolith table add is the information Zack provides indicating the requested target and whether we were short, met, or exceeded the target. The target is survey-wide though and not regional so the summary is at less granular level than this.

MargaretSiple-NOAA commented 10 months ago

Replaced old oto table with new one; ref fixed in google docs.

otos_collected  %>% 
  dplyr::rename("INPFC area" = "INPFC_AREA") %>%
  flextable() %>%  
  merge_v(j = ~`INPFC area`) %>%
  fix_border_issues() %>%
  theme_vanilla() %>%
  fontsize(size = 8.5,part = 'all') %>% 
  line_spacing(space = 0.5) %>%
  autofit() %>%
  hline(i = ~ break_position(`INPFC area`), border = cl)