vbox | R Documentation |
builds the div for a simple yet visually effective shiny value box
vbox(label = "label", textid = "textOutput_here", col = "rgba(60,130,180,0.5)")
label |
The label - character of length one |
textid |
The value - A character vector of length one, optionally the textOutput of a reactive value if using vbox_reactive |
col |
Bkgrd col- A character of rbg(), rgba(), or a chtml olor name to recognixed in R |
A character vector of the div tree to be rendered in the ui of a shiny app
vbox('Label','£Value')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.