Get custom columns, such as alternative biomass series or Fproxy reference points for a record in the SAG database.
getCustomColumns(assessmentKey, ...)
A data frame.
the unique identifier of the stock assessment
to allow scope for back compatibility
Colin Millar and Scott Large.
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.
if (FALSE) {
assessmentKey <- findAssessmentKey("bli.27.5a14")
customs <- getCustomColumns(assessmentKey)
head(customs)
}
Run the code above in your browser using DataLab