setSubmissionURL-Graple-method: Sets the submission URL in the Graple object

Description Usage Arguments Value Examples

Description

Sets the submission URL in the Graple object

Usage

1
2
## S4 method for signature 'Graple'
setSubmissionURL(grapleObject, url)

Arguments

grapleObject

A Graple Object

url

A Submission URL

Value

The Graple object with updated submissionURL

Examples

1
2
3
4
5
## Not run: 
grapleObject <- Graple(ExpRootDir="C:/InputDirectory", ResultsDir="C:/ResultsDirectory", TempDir = tempdir())
setSubmissionURL(grapleExp1, 'http://graple.acis.ufl.edu')

## End(Not run)

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