I'm trying to deploy an app on Ubuntu Shiny-sever. I'm finding that when I attempt to run the app that it fails when it tries to access a graph generated by renderPlotly()
because the shiny-sever only has read access to the app folder. When I sudo chmod -R 777 /folder
the app works and populates a *.jpeg
called Rplot001.jpeg
in the app folder.
While this works, my preference would be to change the output directory of these files to some directory other than the root app directory. Does anyone know of/can point me to the setting to redirect these files?