check_confidential.Rd
Check confidentiality using the catch data
check_confidential(
data,
gear_groups,
gear_names,
fleet_colname,
fleet_groups,
fleet_names,
dir = NULL
)
A data frame of WCGOP catch data
List of gear types to group together (example: list(c("Bottom Trawl", "Midwater Trawl"), c("Hook & Line", "Pot", "Shrimp Trawl"))).
Vector of gear group names (example: c("trawl", "fixed gear")).
Column to use to determine areas for fleets (example: "r_state.x")
List of fleet groups to use (example: list(c("WA", "OR", "CA"))).
Vector of fleet names (example: c("coastwide")).
Directory location to save files.