getStockStatusValues {icesSAG} | R Documentation |
Get the Values in a Stock Status Table
Description
Get summary results of historical stock size, recruitment, and fishing pressure.
Usage
getStockStatusValues(assessmentKey, ...)
Arguments
assessmentKey |
the unique identifier of the stock assessment |
... |
to allow scope for back compatibility |
Value
A data frame.
Author(s)
Colin Millar.
See Also
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.
Examples
## Not run:
assessmentKey <- findAssessmentKey("cod-2224", year = 2016)
status <- getStockStatusValues(assessmentKey)
status
## End(Not run)
[Package icesSAG version 1.4.1 Index]