load_sag: Download data from the ICES Stock Assessment database.

load_sagR Documentation

Download data from the ICES Stock Assessment database.

Description

Download data from the ICES Stock Assessment database for the year in which you are producing the Fisheries Overviews. Form SAG

Usage

load_sag_summary(year)

load_sag_refpts(year)

load_sag_status(year)

Arguments

year

the year for which data is required.

Value

A data frame..

Note

Can add some helpful information here

References

The ICES stock assessment graphs Database web sevices: http://standardgraphs.ices.dk/stockList.aspx

See Also

load_sid for loading data from the ICES Stock Information database.

icesFO-package gives an overview of the package.

Examples

## Not run: 
sag_summary_raw <- load_sag_summary(2019)
sag_refpts_raw <- load_sag_refpts(2019)
sag_status_raw <- load_sag_status(2019)

## End(Not run)


ices-tools-prod/icesFO documentation built on June 15, 2024, 4:41 a.m.