View source: R/getSummaryTable.R
getSummaryTable | R Documentation |
Get summary results of historical stock size, recruitment, and fishing pressure.
getSummaryTable(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)
sumtab <- getSummaryTable(assessmentKey)
head(sumtab)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.