My app needs to use the data table stored in a .Rdata file. I already copy the .Rdata file into the directory /srv/shiny-server/myapp, my question is: suppose the data table is a data frame called 'mydata' and the file is test.Rdata, so in the server.R file, how can I load in test.Rdata so the app can use 'mydata' to do some calculation?
Thank you,
Su