Description Usage Arguments Author(s)
Inserts a new shiny BS modal object from the server code. Wraps the insert UI function.
1 2 | newBSModal(location, id, placement = "beforeEnd", label,
hidden = FALSE, immediate = FALSE, ui = NULL)
|
location |
The existing object that the new shiny object will be placed relative to. |
id |
the id of the new shiny object. |
placement |
Object placement relative to location object. |
label |
the displayed label. |
hidden |
Should the object be hidded when created. Default = FALSE. |
immediate |
Should the object be created immediately. Default = FALSE. |
ui |
the ui to be included in the modal |
Nathan Vaughan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.