lu_chin_fishery | R Documentation |
Contains FisheryIDs and names from a current Chinook project database and appends several fields of metadata and catch database identifiers. Note that additional TAMM fisheries are required for a complete depiction of impacts (i.e., including terminal and freshwater mortality). Various fields are NA for fisheries for which they do not apply.
lu_chin_fishery
data frame (tbl_df) with 73 rows and 11 cols:
character Chinook
integer 1
integer 1:73
character short name
character long name
character designating primary data source
character string of geographic domain
character string of CRC identifiers
character string of WDFW FishTix identifiers
character string FishTix Tr/NT levels
character string of net or line
see vignette 'chinook_lookup_creation'
lu_chin_fishery |> dplyr::filter(catch_source == "FishTicket/TOCAS") |> dplyr::select(catch_source, FisheryID, FisheryName, CatchAreaCode, FisherTypeDescription, gear) |> tidyr::separate_rows(CatchAreaCode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.