Hi,
I am working on R Shiny app where the user is allowed to select multiple files. I am taking input through selectInput. I want to make a copy of those selected files into another directory.
Can I do something where we can pass multiple files as input to file.copy() function or using any system() command to copy these files?