get_iphc_hook_data: Get IPHC hook counts for all survey years

View source: R/data.R

get_iphc_hook_dataR Documentation

Get IPHC hook counts for all survey years

Description

Get IPHC hook counts for all survey years

Usage

get_iphc_hook_data(path = ".", species = "pacific halibut")

Arguments

path

Path where the 'iphc-hook-counts.rds' file is saved to

species

Species common name to query, defaults to 'pacific halibut' because to date this species does not affect the output.

Value

An RDS object containing a dataframe with the following columns:

  • year: The year of the data.

  • station: The station identifier.

  • lat: The latitude coordinates.

  • lon: The longitude coordinates.

  • baited_hooks: The number of baited hooks.

  • setID: The set identifier (used by the IPHC, may not match GFBio output)

  • obsHooksPerSet: The observed hooks per set.

  • effSkateIPHC: The effective skate IPHC (International Pacific Halibut Commission).

  • iphcUsabilityCode: The IPHC usability code.

  • iphcUsabilityDesc: The description of the IPHC usability code.


pbs-assess/gfsynopsis documentation built on March 26, 2024, 7:30 p.m.