runCromwellDashboard {cromwellDashboard} | R Documentation |
Start a dashboard for a running cromwell server
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
## Not run:
runCromwellDashboard("127.0.0.1:8000", "v33")
## End(Not run)