Skip to content

Commit

Permalink
Missed an old comland.yr reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lucey committed Nov 9, 2023
1 parent 89f681e commit 526ffd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/get_comland_raw_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ get_comland_raw_data <- function(channelSole, channelNova, filterByYear = NA,

# Remove fish parts so live weight is not double counted
if(removeParts){
comland <- comland.yr[!NESPP4 %in% c('0119', '0123', '0125', '0127', '0812',
'0819', '0828', '0829', '1731', '2351',
'2690', '2699', '3472', paste0(348:359, 8),
'3868', paste0(469:471, 4), paste0(480:499, 8),
'5018', '5039', '5261', '5265'), ]
comland <- comland[!NESPP4 %in% c('0119', '0123', '0125', '0127', '0812',
'0819', '0828', '0829', '1731', '2351',
'2690', '2699', '3472', paste0(348:359, 8),
'3868', paste0(469:471, 4), paste0(480:499, 8),
'5018', '5039', '5261', '5265'), ]
}

# #Sum landings and value
Expand Down

0 comments on commit 526ffd2

Please sign in to comment.