setTempDir-Graple-method: Set the Temporary Directory to given directory path for the...

Description Usage Arguments Value Examples

Description

Set the Temporary Directory to given directory path for the Graple Object

Usage

1
2
## S4 method for signature 'Graple'
setTempDir(grapleObject, path)

Arguments

grapleObject

A Graple Object

path

Path to a directory to be set as Temporary directory for the experiment

Value

The status message is updated on Graple object and the Graple object is returned

Examples

1
2
3
4
5
## Not run: 
grapleObject <- Graple(ExpRootDir="C:/InputDirectory", ResultsDir="C:/ResultsDirectory", TempDir = tempdir())
setTempDir(grapleExp1, 'C:/TempDir')

## End(Not run)

GRAPLE/GRAPLEr documentation built on Oct. 7, 2020, 4:12 p.m.