format_sag: Format the data from the ICES Stock Assessment Database.

Description Usage Arguments Value Note References See Also Examples

View source: R/format_sag.R

Description

Format the data from the ICES Stock Assessment Database for the downloaded year and the specific Ecoregion for which you are producing the Fisheries Overviews.

Usage

1
format_sag(x, y, year, ecoregion)

Arguments

x

a dataframe output from load_sag_summary() required.

y

a dataframe output from load_sag_refpts() required.

year

the year for which data is required.

ecoregion

an identifier of the Ecoregion of interest

Value

A data frame..

Note

Can add some helpful information here

References

The ICES stock information Database web sevices: http://sid.ices.dk/services/

See Also

format_sid for formatting raw data from the ICES Stock Information database.

icesFO-package gives an overview of the package.

Examples

1
2
3
4
## Not run: 
sag_format <- format_sag(x,y, "Celtic Seas")

## End(Not run)

ices-tools-prod/icesFO documentation built on Aug. 28, 2020, 2:33 p.m.