batchQuery | R Documentation |
Manually query the BatchJobs database
batchQuery(reg, query, flags = "ro")
reg |
[ |
query |
[ |
flags |
[ |
[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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.