Launch a shinyjs example Shiny app that shows how to
easily use shinyjs in an app.
Run without any arguments to see a list of available example apps.
The "demo" example is also
available online
to experiment with.
# NOT RUN {## Only run this example in interactive R sessionsif (interactive()) {
# List all available example apps runExample()
runExample("sandbox")
runExample("demo")
}
# }