equals.Job: Checks if this job equals another

Description Usage Arguments Details Value Author(s) See Also

Description

Checks if this job equals another.

Usage

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

Arguments

other

Another Job.

...

Not used.

Details

If the other object is not a Job object, this method returns FALSE. Otherwise, *getPath() is called on both objects and these are compared with identical().

Value

Returns TRUE if the jobs are equal, otherwise FALSE.

Author(s)

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

See Also

For more information see Job.


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