getJobResources: Function to get the resources that were submitted for some jobs.
Description
Throws an error if call it for unsubmitted jobs.
Usage
getJobResources(reg, ids, as.list = TRUE)
Arguments
ids
[integer
]
Ids of jobs.
Default is all submitted jobs.
as.list
[integer(1)
]
If FALSE
a data.frame will be returned.
Default is TRUE
.
Value
[list
| data.frame
]. List (or data.frame) of resource lists as passed to submitJobs
.