Skip to content

Commit

Permalink
Missed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lucey committed Nov 30, 2023
1 parent c474f48 commit d06f0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_foreign_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ process_foreign_data <- function(channel, nafoland, useLanded = T, useHerringMai
nafoland <- nafoland[!is.na(NESPP3), ]

#Convert scallops to meat weight
if(useLanded) nafoland[NESPP3 == 800, SPPLIVMT := SPPLIVMT / 8.33], ]
if(useLanded) nafoland[NESPP3 == 800, SPPLIVMT := SPPLIVMT / 8.33]

#Remove herring catch - if pulling using comlandr::get_herring_data()
if(useHerringMaine) nafoland <- nafoland[NESPP3 != 168, ]
Expand Down

0 comments on commit d06f0ad

Please sign in to comment.