batchQuery {BatchJobs} | R Documentation |
Manually query the BatchJobs database
Description
Manually query the BatchJobs database
Usage
batchQuery(reg, query, flags = "ro")
Arguments
reg |
[ |
query |
[ |
flags |
[ |
Value
[data.frame
] Result of the query.
Examples
reg = makeRegistry("test", file.dir = tempfile())
batchMap(reg, identity, i = 1:10)
batchQuery(reg, "SELECT * FROM test_job_status")
[Package BatchJobs version 1.9 Index]