I have developed a shiny App by installing R and R studio within local sever of my company and now I want to share app with my team.
Our data is sensitive and
- I don't want my code and data go out of our server.
- I don't want to deploy in shinyapp.io
- I don't want to use Rstudio connect now (we plan to use this option later)
Please suggest a way that confirm data and code are 100% safe
Thanks