FSAdata is a companion package to FSA maintained by the fishR Core Team that contains data sets for use in common fisheries analyses. The data and documentation for individual data sets may be viewed by following the links on the Reference page.
You can contribute to the package by reporting problems or corrections via a GitHub issue or submitting a dataset for inclusion via a GitHub issue or a GitHub pull request.
Installation
The CRAN version of FSAdata may be installed with
install.packages("FSAdata")
The development version may be installed from GitHub with
if (!require('remotes')) install.packages('remotes'); require('remotes')
remotes::install_github('fishR-Core-Team/FSAdata')