| findJobs {BatchJobs} | R Documentation | 
Finds ids of jobs that match a query.
Description
Finds ids of jobs that match a query.
Usage
findJobs(reg, ids, pars, jobnames)
Arguments
| reg | [ | 
| ids | [ | 
| pars | [R expression] | 
| jobnames | [ | 
Value
[integer]. Ids for jobs which match the query.
Examples
reg = makeRegistry(id = "BatchJobsExample", file.dir = tempfile(), seed = 123)
f = function(x, y) x * y
batchExpandGrid(reg, f, x = 1:2, y = 1:3)
findJobs(reg, pars = (y > 2))
[Package BatchJobs version 1.9 Index]