Skip to content

Commit

Permalink
Needed to remove SPPLNDLB column
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lucey committed Nov 21, 2023
1 parent 900a38f commit 6da97a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/get_comland_raw_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ get_comland_raw_data <- function(channel, filterByYear = NA, filterByArea = NA,

# Use landed weight instead of live weight for shellfish
if(useLanded) {comland[NESPP3 %in% 743:800, SPPLIVLB := SPPLNDLB]}
comland[, SPPLNDLB := NULL]

# Remove fish parts so live weight is not double counted
if(removeParts){
Expand Down

0 comments on commit 6da97a4

Please sign in to comment.