Learn R Programming

NMproject (version 0.6.9)

job_info: Get job information (if it exists)

Description

Can be useful for storing job numbers with a modified system_nm().

Usage

job_info(m, text)

Value

The value of the job_info field of m if text is missing. Otherwise an nm object with modified job_info field.

Arguments

m

An nm object.

text

Optional character to set job_info.

See Also

system_nm()