runTestApp | R Documentation |
Launch test shiny Apps
runTestApp(name, ...)
name |
The name of the app to run |
... |
arguments to pass to shiny::runApp |
## Not run: library(testApps) # running an app runTestApp("testApp01") # to get list of names of shiny apps runTestApp() # this will give error with all possible # shiny names contained in the package. ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.