View source: R/getStockDownloadData.R
getStockSourceData | R Documentation |
Get a copy of the source data for the specified stocks.
getStockDownloadData(assessmentKey, ...)
assessmentKey |
the unique identifier of the stock assessment, can be a vector |
... |
arguments passed to |
A data frame.
Colin Millar.
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.
## Not run:
assessmentKey <- findAssessmentKey("cod-2224", year = 2016)
sourcedat <- getStockDownloadData(assessmentKey)
head(sourcedat[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.