getInputPath.Job: Gets the input path of the job

Description Usage Arguments Value Author(s) See Also

Description

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.

Usage

1
2
## S3 method for class 'Job'
getInputPath(this, index=1, ...)

Arguments

index

An integer specifying which input path to query.

...

Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

For more information see Job.


HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.