Description Usage Arguments Value Examples
Start a dashboard for a running cromwell server
1 | runCromwellDashboard(url = "127.0.0.1:8000", version = "v33", ...)
|
url |
Cromwell server in the format of address:port |
version |
Cromwell server version |
... |
additional parameters for shinyApp() |
An object that represents the app
1 2 3 4 | ## Not run:
runCromwellDashboard("127.0.0.1:8000", "v33")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.