table_indices.RdCreate Indices of Abundance Table
A data frame returned from convert_output
Last year of assessment. Default is the current year.
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 table of observed annual indices of abundance plus error stratified by fleet.
if (FALSE) { # \dontrun{
table_indices(dat)
table_indices(
dat,
end_year = 2024,
make_rda = TRUE,
tables_dir = getwd()
)
} # }