StockList: Get a List of Fish Stock Assessments

View source: R/StockList.R

StockListR Documentation

Get a List of Fish Stock Assessments

Description

Get a list of fish stock assessments for a given assessment year. If an authentication token is not provided, only published stocks are returned.

Usage

StockList(year, modifiedAfter = NULL, ...)

Arguments

year

the assessment year, e.g. 2022, or 0 to process all years.

modifiedAfter

date-time parameter in the format "". If set will only return stocks assessments modified after the provided date.

...

arguments passed to ices_get.

Value

A data frame.

See Also

getSummaryTable gets a summary table of historical stock size.

getFishStockReferencePoints gets biological reference points.

icesSAG-package gives an overview of the package.

Examples

## Not run: 
 stock_list <- StockList(year = 2022)

## End(Not run)

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