Description Usage Arguments Value Author(s) See Also
Gets the input path of the job. It is recommended to put data files here, which should be read by the job.
The input path should be named "input/"
. In order to read data
from two different directories, additional input paths may be
"input2/"
, "input3/"
etc. These are specified using the
index
argument. This makes it possible to "import" data from
the output of various other batch jobs via links.
1 2 | ## S3 method for class 'Job'
getInputPath(this, index=1, ...)
|
index |
An |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Job
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.