Calling shiny module whose input varies

I want to call same module twice. But when calling each time, input to module varies.

callModule(dtable, "misc", data= data1)

The value of parameter data1 varies based on other reactive input.

How to handle such case.

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.