Hi,
If this query seems to you a piece of cake please I apologize as I am new to shiny. I have tried some video tutorials and instructions but could not get so much.
I have written a set of functions and want to shape those in shiny app. I am working in the discipline of Bio-Informatics that analyzes thousands of genomes at a time means the data could be hundreds of GBs. So I need to design an app that can run R-functions in the local computer with already installed Rstudio and the data/genomes. It will help the user to keep his data private and won't need to upload this big data to a server for analysis.
As a non-shiny app user, a web app means data needs to be uploaded to a server and your app should be published on a website.
The query is: I heard that shiny based app also supports a local version. It means if we run a shiny app from R-studio it can work just like .exe files/ GUI.
The second query is: Apart from R-studio, which software does a user need to install before running a shiny app for this GUI like work?
Regards