Create MRIP total recreational catch indicator
Source:R/create_recreational_indicators.R
create_total_rec_catch.Rd
This function creates the total recreational catch indicator For new data queries, use MRIP Query Tool (https://www.fisheries.noaa.gov/data-tools/recreational-fisheries-statistics-queries) Query 'Time Series' under 'Catch Data'. Choose years of interest, summarize by Annual, Calendar Year, Atlantic coast by state, species of interest, all modes and areas, Total Catch Download csv as output
Usage
create_total_rec_catch(
data,
states = c("MAINE", "CONNECTICUT", "MASSACHUSETTS", "NEW HAMPSHIRE", "NEW JERSEY",
"NEW YORK", "RHODE ISLAND", "MARYLAND", "DELAWARE", "NORTH CAROLINA"),
groupby_state = FALSE,
return = TRUE
)