Learn R Programming

icesTAF (version 2.3-0)

taf.skeleton: TAF Skeleton

Description

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

Usage

taf.skeleton(name = "analysis", path = ".", force = FALSE)

Arguments

name

main directory name for the analysis.

path

path to create the analysis directory in.

force

whether to overwrite existing scripts.

Value

Full path to analysis directory.

Details

Use name = "." to create initial directories and scripts inside the current working directory.

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
# NOT RUN {
taf.skeleton()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab