I am trying to share my RShiny app with my co-workers via a URL without the requirement that they need to have R/RStudio installed in their computer. Usually I would use shinyapps.io that lets me upload my app + data directly to the RStudio’s hosting service. However, in my case, users will have to upload data/select directory paths from shared network drives. These are big image files which gets processed via the Shiny app and written back to a dedicated folder in the same network drive.
Is this possible to achieve through Shiny Server? I already have the server installed and running but it is not clear to me how to make the connection to the network drives. Please help!
Best,
spalit