lu_coho_crc_fram | R Documentation |
Maps WDFW Catch Record Card catch areas to Coho FRAM FisheryIDs.
lu_coho_crc_fram
data frame (tbl_df) with 134 rows and 3 cols:
min 2 character string of WDFW CRC catch area code
integer associated FRAM FisheryID
integer 'true' fishery for a few instances of small rivers that are aggregated into larger
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.