lu_coho_crc_fram: Lookup of Coho FRAM sport fisheries

lu_coho_crc_framR Documentation

Lookup of Coho FRAM sport fisheries

Description

Maps WDFW Catch Record Card catch areas to Coho FRAM FisheryIDs.

Usage

lu_coho_crc_fram

Format

data frame (tbl_df) with 134 rows and 3 cols:

area_code

min 2 character string of WDFW CRC catch area code

FisheryID

integer associated FRAM FisheryID

FisheryID_alt

integer 'true' fishery for a few instances of small rivers that are aggregated into larger

Source

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


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