getStockSourceData {icesSAG} | R 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)
[Package icesSAG version 1.4.1 Index]