icesSAG (version 1.3-4)

getSummaryTable: Get a Summary Table of Historical Stock Size

Description

Get summary results of historical stock size, recruitment, and fishing pressure.

Usage

getSummaryTable(assessmentKey, ...)

Arguments

assessmentKey

the unique identifier of the stock assessment

...

to allow scope for back compatibility

Value

A data frame.

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

Run this code
# NOT RUN {
assessmentKey <- findAssessmentKey("cod-2224", year = 2016)
sumtab <- getSummaryTable(assessmentKey)
head(sumtab)
attributes(sumtab)$notes

# }

Run the code above in your browser using DataCamp Workspace