Learn R Programming

icesTAF (version 3.6.0)

taf.skeleton: TAF Skeleton

Description

Create initial directories and R scripts for a new TAF analysis.

Usage

taf.skeleton(path = ".", 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.

force

whether to overwrite existing scripts.

See Also

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

icesTAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
taf.skeleton()
}

Run the code above in your browser using DataLab