Open SrGnis opened 2 years ago
Hello,
I want to use shiny server to host a application that uses mwshiny to create multiple windows. This needs to run mwsApp(ui_win, serv_calc, serv_out) to start the application.
mwsApp(ui_win, serv_calc, serv_out)
Is there a way to configuratte shiny server to run this?
Hello,
I want to use shiny server to host a application that uses mwshiny to create multiple windows. This needs to run
mwsApp(ui_win, serv_calc, serv_out)
to start the application.Is there a way to configuratte shiny server to run this?