Hello, I am just starting to learn about creating Shiny apps. Can someone tell me if the following is possible:
I'd like to create an app that has a histogram on the left side of the page and a data table on the right. When the user clicks on one of the bars on the histogram I'd like the data table to display the associated records that correspond to selection.
Is this doable with Shiny?
Mike