icesSAG (version 1.3-4)

stockFishdata: 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.

Examples

Run this code
# NOT RUN {
stockFishdata(Year = 1990:2017, Catches = 100)
# }

Run the code above in your browser using DataLab