Learn R Programming

cromwellDashboard (version 0.5.1)

runCromwellDashboard: 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

Run this code
# NOT RUN {
   runCromwellDashboard("127.0.0.1:8000", "v33")
# }

Run the code above in your browser using DataLab