getFisheryData: Read the fishery data from a csv file and return it as a...

View source: R/getFisheryData.R

getFisheryDataR Documentation

Read the fishery data from a csv file and return it as a dataframe

Description

Function to read the fishery data from a csv file and return it as a dataframe.

Usage

getFisheryData(fn = NULL)

Arguments

fn
  • fishery data filename

Details

None.

Value

dataframe with columns

  • year

  • type (abundance/biomass)

  • fishery

  • gear (pot/trawl)

  • units

  • category

  • catch

Input units are converted to t (biomass) and millions (abundance).


wStockhausen/rPIBKC documentation built on April 25, 2023, 6:50 p.m.