Hi,
I would like to select multiple rows from a data table in Shiny and then open the selected rows in a new tab.
Further I would like to plot some graphs on these selected rows in the new tab.
I would want to do both the functions using action buttons.
For example, for the mtcars dataset I would like to select one multiple rows and press an action button which will take me to a new tab with the selected rows.
In the new tab I would like to press another action button which will give me the desired graphs which I will define in the code