runExample | R Documentation |
Launch an example shiny app using shinyauthr authentication modules. Use user1 pass1 or user2 pass2 to login.
runExample(example = c("basic", "shinydashboard", "navbarPage"))
example |
The app to launch. Options are "basic", "shinydashboard" or "navbarPage" |
No return value, a shiny app is launched.
## Only run this example in interactive R sessions
if (interactive()) {
runExample("basic")
runExample("shinydashboard")
runExample("navbarPage")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.