launch_steplist_creator {epicmodel} | R Documentation |
shiny
appRun this function to start the Steplist Creator shiny
app.
launch_steplist_creator()
The launch_steplist_creator
function is used for the side effect of starting the Steplist Creator shiny
app.
if(interactive()){
launch_steplist_creator()
}