getStockDownloadData: Get Source Data

View source: R/getStockDownloadData.R

getStockSourceDataR Documentation

Get Source Data

Description

Get a copy of the source data for the specified stocks.

Usage

getStockDownloadData(assessmentKey, ...)

getStockSourceData(assessmentKey, ...)

Arguments

assessmentKey

the unique identifier of the stock assessment

...

to allow scope for back compatibility

Value

A data frame.

Author(s)

Colin Millar.

See Also

getSAG supports querying many years 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("cod-2224", year = 2016)
sourcedat <- getStockDownloadData(assessmentKey)
head(sourcedat[[1]])

## End(Not run)


icesSAG documentation built on May 31, 2023, 6:46 p.m.