I update my RData file on daily basis through a cron job for my shiny apps. However, shiny apps does not pick updates most of the time and keep showing the old data from old
It works if you restart your shiny server after the new *.RData is processed. I wouldn't put it into the shiny server because then
1) Its variables are not visible to the UI
2) Every user that opens the app needs to wait for RData loading to finish.