Hi again.
Not a tech question, but rather a theoretical tip so far.
My dashboard has a panel with checkboxes. Smth like this (here no checkboxes), but a little bit more complicated with not just numbers, but titles under each icon.
Took this as an example
here
However, my dataset is constantly updated. And I do not want to rewrite the panel with the list of organizations each time manually. I want updates on a panel after a dataset was updated.
Shiny cheatsheet offers the following types of outputs.
What is the best solution for my challenge? Just text? I am more interested in just changing text dynamically, but not it table or datatable format.
Many thanks.