table_bnc.RdBiomass, abundance, and catch time series table
A data frame returned from convert_output
Last year of assessment. Default is the current year.
abbreviated units for biomass
abbreviated units for catch
abbreviated units for spawning biomass
TRUE/FALSE; indicate whether to produce an .rda file containing a list with the figure/table, caption, and alternative text (if figure). If TRUE, the rda will be exported to the folder indicated in the argument "figures_dir". Default is FALSE.
The location of the folder containing the generated table rda files ("tables") that will be created if the argument `make_rda` = TRUE. Default is the working directory.
Create a table of biomass, abundance, catch, and spawning biomass through all years of the assessment model output translated to a standard structure.There are options to return a [flextable::flextable()] object or export an rda object containing associated caption for the table.
if (FALSE) { # \dontrun{
table_bnc(dat)
table_bnc(dat,
end_year = 2024,
biomass_unit_label = "b label",
catch_unit_label = "catch label",
make_rda = TRUE,
tables_dir = getwd()
)
} # }