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