getSummaryTable: Get a Summary Table of Historical Stock Size

View source: R/getSummaryTable.R

getSummaryTableR Documentation

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

...

arguments passed to ices_get.

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("had.27.46a20", year = 2022)
sumtab <- getSummaryTable(assessmentKey)
head(sumtab)

## End(Not run)

icesSAG documentation built on Oct. 30, 2024, 9:14 a.m.