The value box creates a server-side function to be handled by conditional logic at later dates for the parameters
1 2 3 4 5 6 7 8 9 10 11 12 | vbox_server(
input,
output,
session,
value,
subtitle,
icon = "user-cog",
color = "info",
container = h4,
end_text = NULL,
width = 12
)
|
input |
list of inputs used in the shiny application session |
output |
list of outputs used the shiny application session |
session |
The shiny app session object |
value |
The value of the valuebox |
subtitle |
The subtitle of the valuebox |
icon |
Icon function to pass as a reactive based on chart needs |
color |
Default color settings |
container |
The HTML wrapper function for the subtitle |
end_text |
The text used in the footer of the valuebox |
width |
Width of the value box |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.