Compile and harmonize catch rates from fishery-independent surveys of fish populations
# Install and load devtools package
install.packages("devtools")
# Install package
devtools::install_github("james-thorson/FishData")
Download 20 most-frequently encountered species in bottom trawl survey for the Eastern Bering Sea
Database = FishData::download_catch_rates( survey="EBSBTS", species_set=20 )
Download Bocaccio in hook-and-line survey for California Current
Database = FishData::download_catch_rates( survey="WCGHL", species_set="Sebastes paucispinis" )