setup.Job: Initiates the job

Description Usage Arguments Details Value Author(s) See Also

Description

Initiates the job by evaluating script files in the source directory and the job directory.

This method is called by *run().

Usage

1
2
## S3 method for class 'Job'
setup(this, ...)

Arguments

...

Not used.

Details

All scripts files are evaluated with source() to the local working environment of this job. That is, no global objects will be overwritten.

Value

Returns (invisibly) a vector of the files sourced.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*run(). For more information see Job.


R.batch documentation built on May 2, 2019, 4:58 p.m.