lu_coho_tocas_fram | R Documentation |
Maps NWIFC TOCAS data to Coho FRAM FisheryIDs.
lu_coho_tocas_fram
data frame (tbl_df) with 264 rows and 7 cols:
integer 1|2 flag for nontreaty|treaty
string
string designating Net, Troll, Hook&Line
string indicating test, C&S, etc.
string designating location of catch
integer associated FRAM FisheryID
string for ease of reference, drop in joins
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.