lu_coho_tocas_fram: Lookup of Coho FRAM commercial fisheries in TOCAS

lu_coho_tocas_framR Documentation

Lookup of Coho FRAM commercial fisheries in TOCAS

Description

Maps NWIFC TOCAS data to Coho FRAM FisheryIDs.

Usage

lu_coho_tocas_fram

Format

data frame (tbl_df) with 264 rows and 7 cols:

Fishery

integer 1|2 flag for nontreaty|treaty

TribeName

string

Gear_type

string designating Net, Troll, Hook&Line

Disposition

string indicating test, C&S, etc.

Catch_Area

string designating location of catch

FisheryID

integer associated FRAM FisheryID

name_drop

string for ease of reference, drop in joins

Source

unexported lu_coho.xlsx lu_coho_tocas_fram <- readxl::read_excel("xlsx/lu_coho.xlsx", sheet = "TOCAS_FRAM") |> dplyr::mutate(dplyr::across(dplyr::starts_with('Fishery'), as.integer)) save(lu_coho_tocas_fram, file = 'data/lu_coho_tocas_fram.rda')


FRAMverse/framr documentation built on Jan. 29, 2023, 1:55 a.m.