Interactive directory input in Shiny app (R)
问题 I am building a shiny app that requires a user to select a folder on the local machine, which contains the files to be processed by the app. I am using a solution proposed here. This works fine on a local machine, but does not work if the app is deployed to a shinyapps server. The author of this solution confirmed that it was only designed to work with local Shiny apps, since it makes OS shell calls to display a directory dialog. I am wondering if there is a different solution for directory