From 763cf97bde92b8b81bc1d59da310a7b3465c653e Mon Sep 17 00:00:00 2001 From: Sean Lucey Date: Tue, 21 Nov 2023 12:55:34 -0500 Subject: [PATCH] Switched to toncl2...may want to revisit default --- R/get_herring_data.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/get_herring_data.R b/R/get_herring_data.R index ad37aaa..58e9f0d 100644 --- a/R/get_herring_data.R +++ b/R/get_herring_data.R @@ -56,7 +56,7 @@ get_herring_data <- function(channel, comland, filterByYear, filterByArea, #Using averages from comland to fill in categories herring[, MKTCAT := 5] - herring[, TONCL1 := 3] + herring[, TONCL2 := 30] herring[, UTILCD := 0]