shiny_run.Rd
shiny_run launches the R Shiny application for "rddapp".
shiny_run
shiny_run(app_name = "shinyrdd")
A string specifying the name of the R Shiny app. The default is "shinyrdd".
"shinyrdd"
if (FALSE) { shiny_run() shiny_run("shinyrdd") }