setResultsDir-Graple-method: Sets the results directory for the experiment in the Graple...

Description Usage Arguments Value Examples

Description

Sets the results directory for the experiment in the Graple object

Usage

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

Arguments

grapleObject

A Graple Object

path

Directory path for the results to be downloaded

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())
setResultsDir(grapleObject, 'C:/ExpRoot/Results/Exp1')

## End(Not run)

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