runCromwellDashboard {cromwellDashboard} | R Documentation |
Start a dashboard for a running cromwell server
Description
Start a dashboard for a running cromwell server
Usage
runCromwellDashboard(url = "127.0.0.1:8000", version = "v33", ...)
Arguments
url |
Cromwell server in the format of address:port |
version |
Cromwell server version |
... |
additional parameters for shinyApp() |
Value
An object that represents the app
Examples
## Not run:
runCromwellDashboard("127.0.0.1:8000", "v33")
## End(Not run)
[Package cromwellDashboard version 0.5.1 Index]