download.analysis: Download a TAF analysis

View source: R/download.analysis.R

download.analysisR Documentation

Download a TAF analysis

Description

Download the code for a TAF analysis from GitHub.

Usage

download.analysis(repo, dir = tempdir())

Arguments

repo

The full name of the GitHub repository, e.g. "ices-taf/2019_san.sa.6".

dir

the directory to place the TAF project

See Also

run.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)


ices-tools-prod/icesTAF documentation built on March 23, 2023, 3:20 p.m.