View source: R/cromwellCache.R
cromwell_cache | R Documentation |
Gets info about call caching status for the calls of a workflow
cromwell_cache(workflow_id, url = cw_url(), token = NULL)
workflow_id |
(character) A single workflow ID |
url |
(character) base url for your Cromwell server. optional. if not
supplied set the url as the env var |
token |
(character) we do not recommend passing your token
here as a string. Either pass it using |
Currently does not support subworkflows well.
a tibble of metadata on call caching in a workflow; columns vary depending on workflow; if no results, a zero row tibble
Requires valid Cromwell server URL to be set. See cromwell_settings
Amy Paguirigan, Scott Chamberlain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.