Hi Good Morning
I am working with Shiny app and a module. Module gets the data and does certain data cleansing and does certain plot. upto that it is fine. but I would like to get that processed data from the module to Shiny app. I am not able to get that. Could someone help me. given below minimum reproducible code (thanks - code taken from: Chapter 19 Shiny modules | Mastering Shiny)
Excellent, Thank you very much, it works perfectly in my application. In fact, the modules gets dataset as reactive value and does certain data cleansing processes. at the end the shiny app gets the processed / cleansed data from the module. Thanks a lot for your suggestion & support