Disconnected from Server in shinyapps, but local's working

前端 未结 3 1439
萌比男神i
萌比男神i 2020-12-19 09:34

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

3条回答
  •  无人及你
    2020-12-19 10:08

    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/")
    

提交回复
热议问题