Flexdashboard link input and output

Hello!

I'm considerably new to the coding world so I need some help here please :slightly_smiling_face:

I'm making a flexdashboard using these packages: (shiny, leaflet, DT, others)

I wanted to create UI that allows the users to choose from three separate drop down menus the Year, Data, and Sex (each a column from my data frame, DF). These details (year, sex and data) show with mouseover.


Imagine the below as column names for the table:

Country Year Data Sex Rate


However, I also want to call the Rate from the table based on the user inputs and to produce the Rate value with the Country, Year, Sex and Data info in the mouseover popup.

Is there any way to do this?

It's worth to note that it has to be an interactive FLEX dashboard specifically.

Thank you in advance! :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.