q_nontarget.Rd
non-target catch estimates by weight (or numbers)
q_nontarget(year, target, area, db, save = TRUE)
assessment year
targeted species: 'p' = pollock-mid, 'b' = pollock-bottom, x' = rex, 'h' = shallow flats, 'k' = rockfish, 'w' = arrowtooth, 'c' = pcod, 'i' = halibut
fmp_area (GOA, BSAI) or fmp_subarea (BS, AI, WG, CG, WY, EY, SE) - also available (SEI, PWSI)
data server to connect to (akfin)
save the file in designated folder (default = T) or the global environment
a csv of non-target species catch by trip target group, saved in the data/output folder
if (FALSE) {
akfin = afscdaya::connect()
q_nontarget(year=2022, target="k", area="goa", db=akfin, save=FALSE)
disconnect(akfin)
}