bsExample | R Documentation |
A function to view examples of shinyBS functionality. Will run the examples
found in the examples sections of shinyBS documentation. Use this instead of
example
.
bsExample(family, display.mode = "showcase", ...)
family |
A shinyBS family name |
display.mode |
The display mode to use when running the example. See
|
... |
Other parameters to pass to |
This function is just a wrapper for runApp
that runs copies of the
examples found in the family documention pages of shinyBS
. By default,
display.mode
is set to showcase
so you can see the code while
the app is running.
## Not run: bsExample("Alerts") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.