Finds ids of jobs that match a query.
Finds ids of jobs that match a query.
findJobs(reg, ids, pars, jobnames)
reg |
[ |
ids |
[ |
pars |
[R expression] |
jobnames |
[ |
[integer
]. Ids for jobs which match the query.
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))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.