Gear grouping standards #69
Labels
priority: low
The lowest level priority, i.e., not urgent.
status: in progress
Currently working on this issue
topic: code
Related to R code within this package
topic: documentation
Related to documentation of code, methods, etc.
type: enhancement
Milestone
Is your enhancement request related to a problem? Please describe.
For lingcod (2021) I grouped some catches from gill nets with the trawl fleet when they should of been part of the fixed gear fleet because they are a set net. Thanks to John Field for pointing this out.
Describe the solution you'd like
A programmatically created lookup table to translate gear codes to fleet and example code on how to use the table. The method should accommodate data from PacFIN, WCGOP, and RecFIN.
Tasks
References
WCGOP categories
Gear groupings
R code
dplyr::recode()
dplyr::recode(, !!!)
with splicingmatch()
%in%
The text was updated successfully, but these errors were encountered: