Description Usage Arguments Examples
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.
1 |
example |
The app to launch |
1 2 3 4 5 6 7 8 | ## Only run this example in interactive R sessions
if (interactive()) {
# List all available example apps
runExample()
runExample("sandbox")
runExample("demo")
}
|
Attaching package: 'shinyjs'
The following objects are masked from 'package:methods':
removeClass, show
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.