View source: R/mod_valueBoxRow.R
creates a row of valueBoxes
1 2 3 4 5 6 7 8 9 10 11 | valueBoxRow(outputId)
mod_valueBoxRow_server(
input,
output,
session,
outputL,
valueL,
colorL = rep("aqua", length(valueL)),
iconL = rep("table", length(valueL))
)
|
outputId |
list of outputId |
valueL |
list of valueBox values |
colorL |
list of valueBox colors |
iconL |
list of valueBox icons. Do not enclose in 'icon()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.