insert_attr_box | R Documentation |
Insert attribute to a shinydashboard::box
insert_attr_box(.box, ...)
.box |
The |
... |
The attributes added to the box |
New box object after adding attributes.
## Not run: insert_attribute(box(), id = "dca") # <div class="col-sm-6"> # <div class="box" id="dca"> # <div class="box-body"></div> # </div> # </div> ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.