View source: R/utils-update-catch-sums.R
utils_update_catch_sums | R Documentation |
Read monthly catch time series for each fleet and report their summary values in the appropriate csv files stored in data-tables.
utils_update_catch_sums(
dir_data = here::here("data-tables"),
digits = 5,
values_prev_assess = c(NA, NA, NA)
)
dir_data |
A path leading to data-tables where the csv files for the stock assessment are stored. |
digits |
An integer specifying how many significant digits you want to save in the stored files. The default is 5. |
values_prev_assess |
A vector of three values,
|
The following two files are updated in the data-tables:
landings-tac-history.csv
catch-targets-biomass.csv
Kelli F. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.