#rstats Anyone out there know Shiny? I’m having a weird dashboard issue - I need a drop-down list of files in my dashboard UI, and I’m not able to make it update in real time (it’s often hours or days behind the actual files in the directory). I’m currently just using a list.files() command in selectInput, but it doesn’t update in real time and it’s driving me nuts.
Im thinking I should somehow make a reactive list in the server code, but I can’t figure out how to make it work… #rstudio #shiny
