You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to stop using LL and FIX in FishLine?
These gearcodes are not in the RCG list anymore
df$gear[df$gear == "LL"] <- "LLS" # This is a bit dodgy, since I don't know if this is true - ask Hans / Frank
df$gear[df$gear == "FIX"] <- "FPO" # This is a bit dodgy, since I don't know if this is true
The text was updated successfully, but these errors were encountered:
Is it possible to stop using LL and FIX in FishLine?
These gearcodes are not in the RCG list anymore
df$gear[df$gear == "LL"] <- "LLS" # This is a bit dodgy, since I don't know if this is true - ask Hans / Frank
df$gear[df$gear == "FIX"] <- "FPO" # This is a bit dodgy, since I don't know if this is true
The text was updated successfully, but these errors were encountered: