getListStocks {icesSAG} | R Documentation |
Get a List of Fish Stocks
Description
Get a list of fish stocks for a given assessment year.
Usage
getListStocks(year, stock = NULL, modifiedAfter = NULL, ...)
Arguments
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 |
Value
A data frame.
Author(s)
Colin Millar.
See Also
getSummaryTable
gets a summary table of historical stock size.
getFishStockReferencePoints
gets biological reference points.
icesSAG-package
gives an overview of the package.
Examples
## Not run:
stocks <- getListStocks(2023)
nshad <- getListStocks(stock = "had.27.46a20")
## End(Not run)
[Package icesSAG version 1.6.2 Index]