I have a data file created by myself that is used by my shiny app. It is stored in the same directory of ui and server files. After I deployed the app, the data file doesn't seem to be there and this creates a problem/error for my app (it disconnects) Could anyone please tell me how to incorporate a data file as a part of the app on shiny io? It works on my local computer because the data is there.