Skip to content

Commit

Permalink
Changed from MKTCAT to MARKET_CODE...need to revisit default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lucey committed Nov 21, 2023
1 parent 61c756c commit 900a38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_herring_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ get_herring_data <- function(channel, comland, filterByYear, filterByArea,
c('AREA', 'SPPLIVMT', 'DISCMT'))

#Using averages from comland to fill in categories
herring[, MKTCAT := 5]
herring[, MARKET_CODE := 'UN']

herring[, TONCL2 := 30]

Expand Down

0 comments on commit 900a38f

Please sign in to comment.