Shiny Module for use with tileCountUI
updateTileCount(input, output, session, value, change_value, going_well,
tile_title = " Total Users", width = 2,
icon_in = shiny::icon("user"), from_text = " From last Week",
highlight = shiny::reactive(NULL))
shiny input
shiny output
shiny session
[reactive] Count value
[reactive] Change value
[reactive] If TRUE then change_value is green, else red
Title text
Width of tile in bootstrap
Icon to show
Change text
[reactive] color to highlight value
Call via shiny::callModule(updateTileCount, "your_id")