adfgRead_DSD | R Documentation |
Function to extract dockside data as a tibble from a csv file.
adfgRead_DSD(csv = "TANNER-1990-2018_dockside.csv", date_format = "yyyy-mm-dd")
csv |
|
date_format |
|
Uses functions readr::read_csv
, stringr::str_sub
.
a tibble with columns named "fishery","area","year","fishery_code","code_year","adfg","sampdate", "sex","maturity","shell","size","legal", and "count".
The 'year' values are 'crab year' based on the sample date. The 'code_year' is the ADFG fishery year based on the fishery code. Prior to rationalization, there may be differences in these two values.
'count' is the number of measured crab associated with the rest of the row categories. Unlike the measure pot data, this may be > 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.