R/get-dat.R
get_cpue_historical.RdGet all fishing catch and effort to calculate historical commercial CPUE
get_cpue_historical(species = NULL, alt_year_start_date = "04-01", areas = c("3[CD]+", "5[AB]+", "5[CDE]+"), end_year = NULL)
| species | Species to filter for positive fishing events. Leave as |
|---|---|
| alt_year_start_date | Alternative year starting date specified as a month-day combination. E.g. "03-01" for March 1st. Can be used to create 'fishing years'. |
| areas | Area groupings as a vector of regular expressions.
See |
| end_year | Specify the last calendar year to be extracted. |