Create MRIP recreational landings indicator
Source:R/create_recreational_indicators.R
create_total_rec_landings.Rd
This function creates an indicator for total recreational landings 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, Harvest (A + B1), choose # of fish/weight (lbs), mean length and weight Download csv as output
Usage
create_total_rec_landings(
data,
states = c("MAINE", "CONNECTICUT", "MASSACHUSETTS", "NEW HAMPSHIRE", "NEW JERSEY",
"NEW YORK", "RHODE ISLAND", "MARYLAND", "DELAWARE", "NORTH CAROLINA"),
groupby_state = FALSE,
return = TRUE
)