Wrapper functions for creating ArtFishR templates
Source:R/artfish_template_creator.R
create_artfish_templates.RdFamily of functions to create empty templates for artfishr dataset types.
Usage
create_active_vessels_template(include_meta = FALSE, save_as = NULL)
create_active_days_template(include_meta = FALSE, save_as = NULL)
create_landings_template(include_meta = FALSE, save_as = NULL)
create_effort_template(
effort_source = c("boat_counting", "fisher_interview"),
include_meta = FALSE,
save_as = NULL
)