Create an empty artfishr data template
Source:R/artfish_template_creator.R
create_artfish_template.RdGenerates an empty data frame following one of the artfishr format specifications.
Usage
create_artfish_template(
format = c("artfish_A_active_vessels", "artfish_B1_effort", "artfish_B2_effort",
"artfish_C_active_days", "artfish_D_landings"),
include_meta = FALSE,
save_as = NULL
)