View source: R/utils-calc-retro-stats.R
calc_retro_stats | R Documentation |
Add a new year of biomass dispersion stats to the CSV file holding all years and return the data frame
calc_retro_stats(
model,
yr = year(Sys.Date()),
fn = here("data-tables", "assessment-history-dispersion.csv")
)
model |
A model object |
yr |
The year to calculate the statistics for |
Adds the current year to the CSV file if it is not present in it
The contents of the data-tables/"assessment-history-dispersion.csv
file, after adding a new year if necessary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.