I've created an app with a final product of multiple csv files. I would like for users to be able to download all of these files at once using downloadHandler/downloadButton. Is there a way to use these functions with more than one file? I've searched every resource I know for help on this issue with no luck. A less than ideal alternative that I've considered would be combining the files by zipping, but even this has proved difficult (having trouble implementing RTools).