I read the data from local files in shiny app.
When i deployed the app, there is warning like: Error in normalizePath: path[1]="E:\XX\XX\XX\data.feather": No such file or directory.
And in the web, it says: ERROR: An error has occurred. Check your logs or contact the app author for clarification.
Do i need to deploy the data source i used in app along with the code to shinyapps.io? Or what should i do?
looking forward to u guys' help