Learn R Programming

NMproject (version 0.6.9)

kill_job: Kill cluster job

Description

Can be useful in conjunction with a modified system_nm(). Requires setting "kill_job" option.

Usage

kill_job(m)

Value

No return value, called for side effects.

Arguments

m

An nm object.

Details

The option "kill_job" needs to be defined as a function that kills a cluster job.

See Also

system_nm(), job_info()