run.analysis: Run a TAF analysis

View source: R/run.analysis.R

run.analysisR Documentation

Run a TAF analysis

Description

Run the code for a TAF analysis locally.

Usage

run.analysis(dir)

Arguments

dir

the directory where the TAF project is located

See Also

download.analysis

Examples

## Not run: 

library(icesTAF)

# Download a TAF analysis
run_dir <- download.analysis("ices-taf/2019_san.sa.6", dir = ".")

# run the analysis
run.analysis(run_dir)

## End(Not run)


icesTAF documentation built on March 31, 2023, 5:20 p.m.