Learn R Programming

BatchExperiments (version 1.2)

getJobs.ExperimentRegistry: Get jobs (here: experiments) from registry by id.

Description

Get jobs (here: experiments) from registry by id.

Usage

## S3 method for class 'ExperimentRegistry':
getJobs(reg, ids, check.ids = TRUE)

Arguments

reg
[ExperimentRegistry] Registry.
ids
[integer] Ids of job. Default is all jobs.
check.ids
[logical(1)] Check the job ids? Default is TRUE.

Value

  • [list of Experiment].