adfgRead_RetainedCatchABs: Get annual retained catch abundance and biomass by crab...

View source: R/adfgRead_RetainedCatchABs.R

adfgRead_RetainedCatchABsR Documentation

Get annual retained catch abundance and biomass by crab fishery from a csv file

Description

Function to get annual retained catch abundance and biomass by crab fishery from a csv file.

Usage

adfgRead_RetainedCatchABs(csv, skip = 2)

Arguments

csv
  • the csv file name

skip
  • number of lines to skip (default=2)

Details

Uses readr::read_csv and stringr::str_sub.

Value

a tibble with columns

  • fishery

  • area

  • year

  • sex

  • maturity

  • shell condition

  • abundance

  • biomass (kg)


wStockhausen/tcsamFisheryDataADFG documentation built on April 18, 2023, 12:56 p.m.