adfg.getTotalCatchZCs: Get annual total catch size compositions by crab fishery from...

View source: R/adfg.getTotalCatchZCs.R

adfg.getTotalCatchZCsR Documentation

Get annual total catch size compositions by crab fishery from a csv file

Description

Function to get annual total catch size compositions by crab fishery from a csv file.

Usage

adfg.getTotalCatchZCs(csv, skip = 2, progress = FALSE)

Arguments

csv
  • the csv file name

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

progress
  • flag to show progress reading csv file

Details

The input csv file should be one provided by ADFG. Uses readr::read_csv and stringr::str_sub.

Value

a tibble with columns

  • fishery

  • area

  • sex

  • shell condition

  • year

  • size

  • count


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