getCustomColumns {icesSAG} | R Documentation |
Get the Custom Columns for SAG records
Description
Get custom columns, such as alternative biomass series or Fproxy reference points for records in the SAG database.
Usage
getCustomColumns(assessmentKey, ...)
Arguments
assessmentKey |
the unique identifier of the stock assessment |
... |
arguments passed to |
Value
A data frame.
Author(s)
Colin Millar.
See Also
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.
Examples
## Not run:
assessmentKey <- findAssessmentKey("bli.27.5a14")
customs <- getCustomColumns(assessmentKey)
head(customs)
## End(Not run)
[Package icesSAG version 1.6.2 Index]