View source: R/getListStocks.R
getListStocks | R Documentation |
Get a list of fish stocks for a given assessment year.
getListStocks(year, stock = NULL, modifiedAfter = NULL, ...)
year |
the assessment year, e.g. 2015, or 0 to process all years. |
stock |
a stock name, e.g. lin.27.5a. |
modifiedAfter |
date-time parameter in the format "YYYY/MM/DD". If set will only return stocks assessments modified after the provided date. |
... |
arguments passed to |
A data frame.
Colin Millar.
getSummaryTable
gets a summary table of historical stock size.
getFishStockReferencePoints
gets biological reference points.
icesSAG-package
gives an overview of the package.
## Not run:
stocks <- getListStocks(2023)
nshad <- getListStocks(stock = "had.27.46a20")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.