StockStatusValues: Get the Values in a Stock Status Table

View source: R/StockStatusValues.R

StockStatusValuesR Documentation

Get the Values in a Stock Status Table

Description

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

Usage

StockStatusValues(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.

StockList and FishStockReferencePoints 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)
status <- StockStatusValues(assessmentKey)
status

## End(Not run)


ices-tools-prod/icesSAG documentation built on Nov. 24, 2023, 1:55 a.m.