how do you sell the value of shiny to small organizations? I'm currently a data analyst and I'm hoping to get more support in my company for shiny
With Shiny it is quickly possible to prototype and create an attractive application to highlight your results. In addition, with solutions such as shinyapps.io or Shiny server, it’s easy to deploy your application, many online resources exist to help set up the server
I have a question: shiny modules are relatively new. Are you using it in development? If yes, what's the scenarios of usingthem? Do you have any recommendations in using it?
Shiny modules are a good solution to factorize your code and avoid having a UI with too many lines. Yes we use them in production, usually by including them in a package, which is simple since they are functions. My recommendation is to develop modules from the beginning of the development of an application.