taf.skeleton: TAF Skeleton

View source: R/taf.skeleton.R

taf.skeletonR Documentation

TAF Skeleton

Description

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

Usage

taf.skeleton(path = ".", force = FALSE, pkgs = "TAF",
  model.script = "model.R")

Arguments

path

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

force

whether to overwrite existing scripts.

pkgs

packages to load at the start of each script. The default is the TAF package, i.e. library(TAF).

model.script

model script filename, either model.R (default) or method.R.

Value

Full path to analysis directory.

See Also

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

TAF-package gives an overview of the package.

Examples

## Not run: 
taf.skeleton()

## End(Not run)


TAF documentation built on March 31, 2023, 6:51 p.m.