getJobResources {BatchJobs} | R Documentation |
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
reg |
[ |
ids |
[ |
as.list |
[ |
Value
[list
| data.frame
]. List (or data.frame) of resource lists as passed to submitJobs
.
[Package BatchJobs version 1.9 Index]