Learn R Programming

icesTAF (version 4.3.0)

get.artifacts: Get a List of TAF Artifacts

Description

Get a list of TAF artifacts and their metadata, i.e., all the FLStocks, SAG upload files, RCEF files, and other files uploaded to TAF.

Usage

get.artifacts(year = NULL, stock = NULL, ...)

Value

A data frame.

Arguments

year

the assessment year, e.g. 2015, default all years.

stock

a stock name, e.g. lin.27.5a, default all stocks.

...

arguments passed to taf_get.

Author

Colin Millar.

See Also

icesTAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
artifacts <- get.artifacts(2023)
nshad_artifacts <- get.artifacts(stock = "had.27.46a20")
}

Run the code above in your browser using DataLab