Skip to contents

Run this function to start the Steplist Creator shiny app.

Usage

launch_steplist_creator()

Value

The launch_steplist_creator function is used for the side effect of starting the Steplist Creator shiny app.

Examples

if(interactive()){
launch_steplist_creator()
}