Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 724 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 724 Bytes

README

Alexander Ilich March 31, 2023

CbassTools

Purpose

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.

Installation Instructions

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").

Loading the Library

If CbassTools is installed it can be loaded with library(CbassTools).