wrapper | R Documentation |
Create a wrapper div for pannels
wrapper(
...,
bg = c("default", "primary", "secondary", "warning", "info", "danger", "success")
)
... |
div contents |
bg |
background color of the wrapper |
a container for other containers
wrapper(altPanel("hello"),mainPanel("test"))
wrapper(mainPanel("hello"),shiny::column(width=2,"test"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.