setTmpDir {pipeFrame}R Documentation

Configure the directory for intermediate results of all steps

Description

Configure the directory for intermediate results of all steps

Usage

setTmpDir(tmpDir = getwd())

getTmpDir()

Arguments

tmpDir

Character scalar. The directory to store intermediate results of all steps. Default: Current directory.

Value

setTmpDir

No value will be returned

getTmpDir

Character scalar. Display the directory for intermediate results of all steps.

Examples

setTmpDir()
getTmpDir()

[Package pipeFrame version 1.0.0 Index]