getJobResources: Function to get the resources that were submitted for some...

View source: R/Resources.R

getJobResourcesR 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

[Registry]
Registry.

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.


tudo-r/BatchJobs documentation built on April 3, 2022, 3:28 a.m.