runCromwellDashboard: Start a dashboard for a running cromwell server

Description Usage Arguments Value Examples

View source: R/entry.R

Description

Start a dashboard for a running cromwell server

Usage

1
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

1
2
3
4
## Not run: 
   runCromwellDashboard("127.0.0.1:8000", "v33")

## End(Not run)

cromwellDashboard documentation built on May 1, 2019, 9:11 p.m.