Description Usage Arguments Details Value Examples
Each of the following terms can be specified one or more times. Simply create a named list or named character vector.
1 2 |
name |
character vector of workflow names. |
id |
character vector of workflow IDs. |
status |
character vector of workflow status values. The available statuses are: Submitted, Running, Aborting, Aborted, Failed, and Succeeded. |
start |
a |
end |
a |
label |
character vector of workflow labels. |
... |
passed directly to httr 'GET' (for including 'timeouts', 'handles', etc.) |
The name of a job; may be specified more than once
one of Succeeded, Failed, Running
an id of a cromwell job
a timestamp of the form "2015-11-01T07:45:52.000-05:00", including mandatory offset
a timestamp of the form "2015-11-01T07:45:52.000-05:00", including mandatory offset
if paging is used, what page to select
if paging is used, how many records per page
a data.frame of query results
1 2 3 4 5 | ## Not run:
res = cromwellQuery(status='Succeeded')
head(res)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.