Learn R Programming

TAF (version 4.3.0)

taf.example: TAF Example

Description

Copy example analysis from TAF package.

Usage

taf.example(name, path = ".", force = FALSE)

Value

Full path to directory that was created.

Arguments

name

of TAF example analysis.

path

where to create example directory. The default is the current working directory.

force

whether to overwrite existing directory.

Details

Currently, the package comes with one example: "linreg".

See Also

taf.skeleton creates an empty TAF template.

linreg describes the linreg example.

TAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
taf.example("linreg")
setwd("linreg")
taf.boot()
source.all()
}

Run the code above in your browser using DataLab