Hi all,
I have set up my Shiny Server on Ubuntu 12.04. I have added my server.R and ui.R files to /srv/shiny-server/MyApp/.
My question is, when I developed my server.R and ui.R, my processed data files were saved in my workspace. I have a data folder inside of /MyApp/, which contains all of the raw data files and also my .RData file for the workspace.
However, when I load my application in my browser, it tells me that the data objects cannot be found? So, my question is, how can I load that workspace that contains my data objects referenced in my Shiny app, into my deployed Shiny app on the server?
Thanks!