shiny_run {rddapp} | R Documentation |
Launch the R Shiny App for "rddapp"
Description
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 |
Examples
## Not run:
shiny_run()
shiny_run("shinyrdd")
## End(Not run)
[Package rddapp version 1.3.2 Index]