I want to open selected rows from a datatable in a new tab in Shiny

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

This topic was automatically closed 54 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.