Skip to contents

shiny_run launches the R Shiny application for "rddapp".

Usage

shiny_run(app_name = "shinyrdd")

Arguments

app_name

A string specifying the name of the R Shiny app. The default is "shinyrdd".

Examples

if (FALSE) {
shiny_run()
shiny_run("shinyrdd")
}