View source: R/getCustomColumns.R
getCustomColumns | R Documentation |
Get custom columns, such as alternative biomass series or Fproxy reference points for records in the SAG database.
getCustomColumns(assessmentKey, ...)
assessmentKey |
the unique identifier of the stock assessment |
... |
arguments passed to |
A data frame.
Colin Millar.
getSAG
supports querying many years and quarters 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("bli.27.5a14")
customs <- getCustomColumns(assessmentKey)
head(customs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.