table_landings.RdLanded catch by fleet and year table
A data frame returned from convert_output
Abbreviated units of landings
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 a table ready for a stock assessment report of landed catch by fleet and year.
if (FALSE) { # \dontrun{
table_landings(dat)
table_landings(
dat,
unit_label = "landings label",
end_year = 2024,
make_rda = TRUE,
tables_dir = getwd()
)
} # }