R shiny : How to capture change in a specific directory?
I have a shinyApp, where I would like to capture the change in a specific directory. i.e : the user click on the shinyDirButton, creates a sub-directory in a specific directory. I would like to capture any change in this directory (creation, deletion). I tried to use reactiveValues but I didn’t succeed library(shiny) ui =… Read More R shiny : How to capture change in a specific directory?