Alexander Ilich March 31, 2023
This package contains various functions for C-BASS Data including merging c-vision annotation files, binning fish counts, connecting to the C-BASS database, and getting data from research cruises into a more useable format.
This package can be installed from github. To do this you must already
have the remotes package installed, which can be installed using
install.packages("remotes").
Once you have the remotes package, you can install CbassTools using
remotes::install_github("ailich/CbassTools").
If CbassTools is installed it can be loaded with
library(CbassTools).