Skip to contents

A shiny Module.

Usage

open_workflow_ui(id)

open_workflow_server(id)

open_workflow()

Arguments

id

A `character()` as the id of the Shiny module

Value

A shiny App

Examples

if (interactive()) {
shiny::runApp(open_workflow())
}