getStockStatusValues {icesSAG} | R Documentation |
Get summary results of historical stock size, recruitment, and fishing pressure.
getStockStatusValues(assessmentKey, ...)
assessmentKey |
the unique identifier of the stock assessment |
... |
arguments passed to |
A data frame.
Colin Millar.
getSAG
supports querying many years and quarters in one
function call.
getListStocks
and getFishStockReferencePoints
get
a list of stocks and reference points.
icesSAG-package
gives an overview of the package.
## Not run:
assessmentKey <- findAssessmentKey("had.27.46a20", year = 2022)
status <- getStockStatusValues(assessmentKey)
status
## End(Not run)