Manually query the BatchJobs database
Manually query the BatchJobs database
batchQuery(reg, query, flags = "ro")
[data.frame
] Result of the query.
reg = makeRegistry("test", file.dir = tempfile()) batchMap(reg, identity, i = 1:10) batchQuery(reg, "SELECT * FROM test_job_status")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.