vbox_reactive | R Documentation |
builds the div for a reactive shiny value box
vbox_reactive( label = "label", textid = "textOutput_here", col = "rgba(60,130,180,0.5)" )
label |
The value box header label to appear- 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_reactive('Label','YourTextOutputIdHere')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.