Skip to contents

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
)

Arguments

data

The MRIP harvest data (R object mrip_landing)

states

States in which to filter data, from MRIP query 'ATLANTIC COAST BY STATE'

Value

Saves the R data object total_rec_landings