Learn R Programming

icesTAF (version 4.2.0)

taf.skeleton.sa.org: TAF Skeleton

Description

Create initial directories and R scripts for a new TAF analysis using a stock assessment created on stockassessment.org.

Usage

taf.skeleton.sa.org(path = ".", stockname, force = FALSE)

Value

Full path to analysis directory.

Arguments

path

where to create initial directories and R scripts. The default is the current working directory.

stockname

The short-form name of a stock on stockassessment.org.

force

whether to overwrite existing scripts.

See Also

package.skeleton creates an empty template for a new R package.

TAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
taf.skeleton.sa.org(stockname = "WBCod_2021_cand01")
}

Run the code above in your browser using DataLab