panel | R Documentation |
Function that creates the UI of the bootstrap panel
panel(body, head = NULL, footer = NULL, collapsible = FALSE)
body |
string/shiny.tag, panel body content |
head |
string/shiny.tag, panel header content |
footer |
string/shiny.tag, panel footer content |
collapsible |
flag to turn on/off collapsing functionality |
shiny.tag of the panel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.