Create Quarto Document of Figures
A quarto document with pre-loaded R chunk that adds the stock assessment tables from the nmfs-ost/stockplotr R package. The quarto document will become part of the stock assessment outline.
if (FALSE) { # \dontrun{
create_figures_doc(
subdir = getwd(),
figures_dir = here::here()
)
} # }