I deployed my Shiny code to shinyapps.io successful.
My data has little much rows (over 190,000), these data\'s can display in my local PC but shinyapps cannot with \'Discon
You might be using setwd() in your code. Delete that line or comment it out so you can later choose to run it when running your app locally. Then try again.
#Set wd if running code locally----
#setwd("/Users/Dropbox/YourPathHere/")