stockFishdata: Create a data.frame of fish stock data

View source: R/SAGxml.R

stockFishdataR Documentation

Create a data.frame of fish stock data

Description

This function is a wrapper to data.frame(...) in which the names are forced to match with the names required for the SAG database. See http://dome.ices.dk/datsu/selRep.aspx?Dataset=126 for more details.

Usage

stockFishdata(Year, ...)

Arguments

Year

a vector of years.

...

additional information, e.g. Recruitment, StockSize, Landings, ...

Value

A data.frame, where all names are valid column names in the SAG database.

Author(s)

Colin Millar.

Examples

stockFishdata(Year = 1990:2017, Catches = 100)

ices-tools-prod/icesSAG documentation built on Nov. 24, 2023, 1:55 a.m.