Skip to content

Commit

Permalink
used MARKET_CODE = NA for foreign catch
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Nov 27, 2023
1 parent d4feaf0 commit 3ea428c
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 @@ -189,7 +189,7 @@ process_foreign_data <- function(channel, nafoland, useHerringMaine){
nafoland.agg[, SPPVALUE := 0]
nafoland.agg[, UTILCD := 0]
nafoland.agg[, MESHCAT := NA]
nafoland.agg[, MARKET_CODE := 0]
nafoland.agg[, MARKET_CODE := NA]

#Add Nationality Flag
nafoland.agg[, US := F]
Expand Down

0 comments on commit 3ea428c

Please sign in to comment.